diff options
Diffstat (limited to 'test/pp.h')
| -rw-r--r-- | test/pp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ void hi(int x) { #define ADD(a,b) (a)+(b) #define STR(h) #h +#define xstr(s1) str(s1) +#define str(s) #s + #endif extern int printf(const char *, ...); |