diff options
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ */ #include <stdio.h> +#ifdef __BEOS__ +int fseeko(FILE *stream, off_t offset, int whence); +off_t ftello(FILE *stream); +#endif + #if defined(USE_64_BIT_STDIO) && defined(HAS_FTELLO) && !defined(USE_FTELL64) #define ftell ftello #endif |