Lines Matching full:xstr
1411 #define xstr(s) str(s)1416 xstr (foo)1417 ==> xstr (4)1422 macro-expanded first. But `s' is an ordinary argument to `xstr', so it1423 is completely macro-expanded before `xstr' itself is expanded (*note