coreutils/lib/xreadlink.h
2001-09-04 20:21:54 +00:00

10 lines
191 B
C

#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
#endif
char *xreadlink PARAMS ((char const *));