X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdio.h;h=f8232cdda355b35bcd8908988e17099be2630f1b;hb=83e523eb667db5c99681ad6a8feec5b2994876dd;hp=05d5b6e8a46dd77103176574ccb7d816d9d6aa21;hpb=7bcac73ac7bf61de3dd1bbeaf6071894c7805e7f;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.