mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-22 01:20:43 +00:00
10 lines
196 B
C
10 lines
196 B
C
# ifndef PARAMS
|
|
# if PROTOTYPES || (defined (__STDC__) && __STDC__)
|
|
# define PARAMS(args) args
|
|
# else
|
|
# define PARAMS(args) ()
|
|
# endif
|
|
# endif
|
|
|
|
void print_copyright PARAMS((char const *));
|