]> pd.if.org Git - pdclib.old/blobdiff - includes/stdio.h
PDCLIB-2 PDCLIB-12: Add uchar.h with appropriate type definitions. Functions TBD.
[pdclib.old] / includes / stdio.h
index 9dc09f1ef82f3ec0ac2e5821a5610ead6d8c58b2..9b68d73d7f0c6a1618f34a04440b6dae0a582593 100644 (file)
@@ -854,7 +854,6 @@ int putchar_unlocked(int c);
 void clearerr_unlocked(FILE *stream); 
 int feof_unlocked(FILE *stream);
 int ferror_unlocked(FILE *stream);
-int fileno_unlocked(FILE *stream);
 int fflush_unlocked(FILE *stream);
 int fgetc_unlocked(FILE *stream);
 int fputc_unlocked(int c, FILE *stream);
@@ -872,6 +871,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;