]> pd.if.org Git - pdclib/blobdiff - includes/stdio.h
Temporary integration of _PDCLIB_print(), broken.
[pdclib] / includes / stdio.h
index 05d5b6e8a46dd77103176574ccb7d816d9d6aa21..f8232cdda355b35bcd8908988e17099be2630f1b 100644 (file)
@@ -44,6 +44,9 @@ typedef struct _PDCLIB_file_t FILE;
 #define SEEK_END 2
 #define SEEK_SET 4
 
+#define stdin NULL
+#define stdout NULL
+
 /* Operations on files */
 
 /* Remove the given file.