X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=includes%2Fstdio.h;fp=includes%2Fstdio.h;h=6f9a6336836b24978e63e9a0e240755f94e1e667;hp=9dc09f1ef82f3ec0ac2e5821a5610ead6d8c58b2;hb=349eb428d40bf1993f10b76b989e8779869177e3;hpb=034ad2e81ad6d69e1fefe16f3c60eafb66922758 diff --git a/includes/stdio.h b/includes/stdio.h index 9dc09f1..6f9a633 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -872,6 +872,7 @@ int fgetpos_unlocked( FILE * _PDCLIB_restrict stream, fpos_t * _PDCLIB_restrict int fsetpos_unlocked( FILE * stream, const fpos_t * pos ) _PDCLIB_nothrow; long int ftell_unlocked( FILE * stream ) _PDCLIB_nothrow; int fseek_unlocked( FILE * stream, long int offset, int whence ) _PDCLIB_nothrow; +void rewind_unlocked( FILE * stream ) _PDCLIB_nothrow; int puts_unlocked( const char * s ) _PDCLIB_nothrow; int ungetc_unlocked( int c, FILE * stream ) _PDCLIB_nothrow;