X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdio.h;h=9c13f3175a29ac78f4036835ade67ec6d3958efc;hb=235f920dfc1ae871bf8e7ab5f8f3bb56b9ab2e83;hp=f8232cdda355b35bcd8908988e17099be2630f1b;hpb=46983693f019c28a1c2420e9e7dfc204916af411;p=pdclib 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 */