Files
tar/lib/print-copyr.h
2001-09-14 00:27:39 +00:00

10 lines
206 B
C

# ifndef PARAMS
# if PROTOTYPES || (defined (__STDC__) && __STDC__)
# define PARAMS(args) args
# else
# define PARAMS(args) ()
# endif
# endif
char const *copyright_symbol PARAMS((char *, size_t));