Revision 11119,
234 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r11118,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
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 *)); |
---|
Note: See
TracBrowser
for help on using the repository browser.