From 62eab23e81750497032acc288e78de2659866776 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Mar 2001 19:05:36 +0000 Subject: from Paul Eggert --- lib/stdio-safer.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/stdio-safer.h (limited to 'lib/stdio-safer.h') diff --git a/lib/stdio-safer.h b/lib/stdio-safer.h new file mode 100644 index 000000000..bd5cbd8da --- /dev/null +++ b/lib/stdio-safer.h @@ -0,0 +1,9 @@ +#ifndef PARAMS +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) +# define PARAMS(Args) Args +# else +# define PARAMS(Args) () +# endif +#endif + +FILE *fopen_safer PARAMS ((char const *, char const *)); -- cgit v1.2.3-54-g00ecf