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