summaryrefslogtreecommitdiff
path: root/external/gpl2/diffutils/dist/lib/quotesys.h
blob: 28d6146309fd439298fed9080c448b983cf58103 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: quotesys.h,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $	*/

/* 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 *));