Added file ftell, fseek API.
This commit is contained in:
parent
af1344d2d9
commit
a68c6b6230
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#define fseek64 fseeko
|
||||
#define ftell64 ftello
|
||||
|
|
Reference in a new issue