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