coreutils/lib/xreadlink.h
2001-09-01 09:50:48 +00:00

10 lines
201 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 *, size_t *));