source:
vendor/diffutils/2.8.1/lib/quotesys.h@
3168
| Last change on this file since 3168 was 2556, checked in by , 20 years ago | |
|---|---|
| File size: 237 bytes | |
| Rev | Line | |
|---|---|---|
| [2556] | 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 *)); |
Note:
See TracBrowser
for help on using the repository browser.
