1 /* prototypes for quote.c */
4 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
5 # define PARAMS(Args) Args
7 # define PARAMS(Args) ()
11 char const *quote_n
PARAMS ((int n
, char const *name
));
12 char const *quote
PARAMS ((char const *name
));