1 /* Wrapper around broken system stdio.h. */
3 #ifndef _PERL_WRAPPER_AROUND_STDIO_H
4 # define _PERL_WRAPPER_AROUND_STDIO_H 1
6 /* The MiNTLib has a macro called EOS in stdio.h. This conflicts
7 with regnode.h. Who had this glorious idea. */
12 /* First include the system file. */
13 #include_next <stdio.h>