00001 /* prototypes for quote.c */ 00002 00003 #ifndef PARAMS 00004 # if defined PROTOTYPES || (defined __STDC__ && __STDC__) 00005 # define PARAMS(Args) Args 00006 # else 00007 # define PARAMS(Args) () 00008 # endif 00009 #endif 00010 00011 char const *quote_n PARAMS ((int n, char const *name)); 00012 char const *quote PARAMS ((char const *name));