]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/diff/lib/quotesys.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / diff / lib / quotesys.h
1 /* quotesys.h -- declarations for quoting system arguments */
2
3 #if defined __STDC__ || __GNUC__
4 # define __QUOTESYS_P(args) args
5 #else
6 # define __QUOTESYS_P(args) ()
7 #endif
8
9 size_t quote_system_arg __QUOTESYS_P ((char *, char const *));