X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdio.h;h=6f9a6336836b24978e63e9a0e240755f94e1e667;hb=364d4f05007532ce22c26e1f64d44e6d802571ff;hp=9dc09f1ef82f3ec0ac2e5821a5610ead6d8c58b2;hpb=ca245d21097cb05c669f001b54a2f08d7cb5a6b2;p=pdclib 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;