X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdio.h;h=74413330a0824a907630955a01f1f614ee99c3a7;hb=05556502a427911d4499c22b809ca7d366327d7c;hp=b5c8abeb618a676e03cc58f0bcd413b714e62c12;hpb=852ad49d5888724e4e4f82a6d51d13b0e8029e28;p=pdclib 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.