]> pd.if.org Git - pdclib.old/blobdiff - includes/stdio.h
Removed _PDCLIB_status_t (this is in _PDCLIB_int.h now). Added declarations for stdin...
[pdclib.old] / includes / stdio.h
index 05d5b6e8a46dd77103176574ccb7d816d9d6aa21..9c13f3175a29ac78f4036835ade67ec6d3958efc 100644 (file)
@@ -44,6 +44,10 @@ typedef struct _PDCLIB_file_t FILE;
 #define SEEK_END 2
 #define SEEK_SET 4
 
+extern FILE * stdin;
+extern FILE * stdout;
+extern FILE * stderr;
+
 /* Operations on files */
 
 /* Remove the given file.