]>
Commit | Line | Data |
---|---|---|
ff4a34be AD |
1 | /* prototypes for quote.c */ |
2 | ||
77aee789 AD |
3 | #ifndef PARAMS |
4 | # if defined PROTOTYPES || (defined __STDC__ && __STDC__) | |
5 | # define PARAMS(Args) Args | |
6 | # else | |
7 | # define PARAMS(Args) () | |
8 | # endif | |
9 | #endif | |
10 | ||
11 | char const *quote_n PARAMS ((int n, char const *name)); | |
12 | char const *quote PARAMS ((char const *name)); |