4
0

print-copyr.h 206 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. char const *copyright_symbol PARAMS((char *, size_t));