summaryrefslogtreecommitdiff
path: root/quotesys.h
blob: 0d0d8257094b204e0cf108d48037929f14c08b9b (plain)
1
2
3
4
5
6
7
8
9
/* quotesys.h -- declarations for quoting system arguments */

#if defined __STDC__ || __GNUC__
# define __QUOTESYS_P(args) args
#else
# define __QUOTESYS_P(args) ()
#endif

size_t quote_system_arg __QUOTESYS_P ((char *, char const *));