Mercurial > hg > octave-kai > gnulib-hg
view lib/quote.h @ 3836:3add19ae3d2c
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 30 Apr 2002 09:18:24 +0000 |
parents | 99d12dd76be2 |
children | fe967957b27c |
line wrap: on
line source
/* prototypes for quote.c */ #ifndef PARAMS # if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args # else # define PARAMS(Args) () # endif #endif char const *quote_n PARAMS ((int n, char const *name)); char const *quote PARAMS ((char const *name));