X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/400e04b67c8e31e09c25adaea34369cb26791fdb..0fa16c34bbe53a7015f0a9ba3310b33d220a2efe:/nostdio.h diff --git a/nostdio.h b/nostdio.h index fa7ba99..f51cb20 100644 --- a/nostdio.h +++ b/nostdio.h @@ -1,7 +1,16 @@ +/* nostdio.h + * + * Copyright (C) 1996, 2000, 2001, by Larry Wall and others + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + /* * Strong denial of stdio - make all stdio calls (we can think of) errors */ -/* This is an 1st attempt to stop other include files pulling +/* This is a 1st attempt to stop other include files pulling in real . A more ambitious set of possible symbols can be found in sfio.h (inside an _cplusplus gard). @@ -59,8 +68,10 @@ struct _FILE; #undef tmpfile #undef ungetc #undef vfprintf +#undef printf #define fprintf _CANNOT _fprintf_ +#define printf _CANNOT _printf_ #define stdin _CANNOT _stdin_ #define stdout _CANNOT _stdout_ #define stderr _CANNOT _stderr_