view lib/stdio-safer.h @ 4088:815386455680

Update for changed signature of safe_read.
author Bruno Haible <bruno@clisp.org>
date Tue, 17 Dec 2002 11:48:43 +0000
parents 45ae29380da9
children df44e79ce676
line wrap: on
line source

#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 *));