X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fstdio.m4;h=9144cb1df0faaeb61afd8377027cf1e4d2c44ef8;hp=2f079c117eefd78055f43e06c77c03f304c9f55d;hb=81b71a515e2024cee739deb6e207eb3b0e7c5d64;hpb=b1720af16e5d7765e2effcd16e23f351c2f82e54 diff --git a/m4/stdio.m4 b/m4/stdio.m4 index 2f079c1..9144cb1 100644 --- a/m4/stdio.m4 +++ b/m4/stdio.m4 @@ -19,6 +19,10 @@ PSI_CHECK_STDIO() { PSI_CONST(L_ctermid, int) PSI_CONST(L_tmpnam, int) + PSI_MACRO(FILE *stderr) + PSI_MACRO(FILE *stdout) + PSI_MACRO(FILE *stdin) + PSI_DECL(void clearerr, [(FILE *stream)]) PSI_DECL(char *ctermid, [(char *s)]) PSI_DECL(int fclose, [(FILE *stream)])