X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=includes%2Fstdio.h;fp=includes%2Fstdio.h;h=74413330a0824a907630955a01f1f614ee99c3a7;hp=b5c8abeb618a676e03cc58f0bcd413b714e62c12;hb=fa0737b4368052d0e61a726d13ee7e659993f052;hpb=bfc6330db59800287137dc0283f25c7d043159eb diff --git a/includes/stdio.h b/includes/stdio.h index b5c8abe..7441333 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -788,6 +788,7 @@ int fsetpos( FILE * stream, const fpos_t * pos ) _PDCLIB_nothrow; TODO: Implementation-defined errno setting for ftell(). */ long int ftell( FILE * stream ) _PDCLIB_nothrow; +_PDCLIB_uint_fast64_t _PDCLIB_ftell64( FILE * stream ) _PDCLIB_nothrow; /* Equivalent to (void)fseek( stream, 0L, SEEK_SET ), except that the error indicator for the stream is also cleared.