X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdio.h;h=f8232cdda355b35bcd8908988e17099be2630f1b;hb=42e018009a78cdddd97fd18d2b6bb02d8e0fe16e;hp=05d5b6e8a46dd77103176574ccb7d816d9d6aa21;hpb=4045c52731204268642130c247afffb91f958293;p=pdclib.old diff --git a/includes/stdio.h b/includes/stdio.h index 05d5b6e..f8232cd 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -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.