]> pd.if.org Git - pdclib.old/blobdiff - includes/stdio.h
Manual page on unlocked stdio routines
[pdclib.old] / includes / stdio.h
index 9dc09f1ef82f3ec0ac2e5821a5610ead6d8c58b2..6f9a6336836b24978e63e9a0e240755f94e1e667 100644 (file)
@@ -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;