repo.or.cz
/
dragonfly
/
netmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Nuke INTR_NETSAFE
[dragonfly/netmp.git]
/
contrib
/
diffutils-2.8
/
lib
/
quotesys.h
blob
0d0d8257094b204e0cf108d48037929f14c08b9b
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
*));