4
0

print-copyr.h 196 B

123456789
  1. # ifndef PARAMS
  2. # if PROTOTYPES || (defined (__STDC__) && __STDC__)
  3. # define PARAMS(args) args
  4. # else
  5. # define PARAMS(args) ()
  6. # endif
  7. # endif
  8. void print_copyright PARAMS((char const *));