Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/ape/cmd/patch/quotearg.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
/* quote.h -- declarations for quoting system arguments */
2
 
3
#if defined __STDC__ || __GNUC__
4
# define __QUOTEARG_P(args) args
5
#else
6
# define __QUOTEARG_P(args) ()
7
#endif
8
 
9
size_t quote_system_arg __QUOTEARG_P ((char *, char const *));