3 #define debug(s, t) printf("x" # s "= %d, x" # t "= %s", \
5 #define INCFILE(n) vers ## n
6 #define glue(a, b) a ## b
7 #define xglue(a, b) glue(a, b)
8 #define HIGHLOW "hello"
9 #define LOW LOW ", world"
11 fputs(str(strncmp("abc\0d", "abc", '\4') // this goes away
13 \
#include xstr(INCFILE(2).h)