repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
diffutils
/
lib
/
quotesys.h
blob
38998f8b76cd016cd897cfa332b1e451f77609f8
1
/* $NetBSD$ */
2
3
/* quotesys.h -- declarations for quoting system arguments */
4
5
#if defined __STDC__ || __GNUC__
6
# define __QUOTESYS_P(args) args
7
#else
8
# define __QUOTESYS_P(args) ()
9
#endif
10
11
size_t
quote_system_arg
__QUOTESYS_P
((
char
*,
char const
*));