summaryrefslogtreecommitdiffstats
path: root/contrib/gnu-sort/lib/stdio-safer.h
blob: bd5cbd8da8a92def9f16e673936d312e841dabeb (plain)
1
2
3
4
5
6
7
8
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 *));
OpenPOWER on IntegriCloud