From a68c6b62306f889da3e9291622fdb31847c0d04b Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 5 Aug 2013 03:09:21 +0300 Subject: [PATCH] Added file ftell, fseek API. --- std/cstdio.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/std/cstdio.hpp b/std/cstdio.hpp index 61bbf45..6b568e5 100644 --- a/std/cstdio.hpp +++ b/std/cstdio.hpp @@ -1,3 +1,6 @@ #pragma once #include + +#define fseek64 fseeko +#define ftell64 ftello