freebsd-dev/contrib/gnu-sort/lib/unistd-safer.h
2002-06-08 07:47:23 +00:00

10 lines
180 B
C

#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
#endif
int dup_safer PARAMS ((int));