X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdio.h;h=9c13f3175a29ac78f4036835ade67ec6d3958efc;hb=c6ad2955369a21831b1c08dc432777a32aaa31c3;hp=05d5b6e8a46dd77103176574ccb7d816d9d6aa21;hpb=7bcac73ac7bf61de3dd1bbeaf6071894c7805e7f;p=pdclib.old diff --git a/includes/stdio.h b/includes/stdio.h index 05d5b6e..9c13f31 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -44,6 +44,10 @@ typedef struct _PDCLIB_file_t FILE; #define SEEK_END 2 #define SEEK_SET 4 +extern FILE * stdin; +extern FILE * stdout; +extern FILE * stderr; + /* Operations on files */ /* Remove the given file.