Home | History | Annotate | Download | only in include

Lines Matching refs:XCONCAT2

52    want extra underscores (e.g., "nlm_32_").  The XCONCAT2 macro will
56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))