|
|
|
@ -87,7 +87,9 @@ int apfs_remove(const char *pathname);
@@ -87,7 +87,9 @@ int apfs_remove(const char *pathname);
|
|
|
|
|
#define ftell(stream) apfs_ftell(stream) |
|
|
|
|
#define freopen(pathname, mode, stream) apfs_freopen(pathname, mode, stream) |
|
|
|
|
#define remove(pathname) apfs_remove(pathname) |
|
|
|
|
#if !defined(__APPLE__) |
|
|
|
|
int sprintf(char *str, const char *format, ...); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
} |
|
|
|
|