|
|
1.1 root 1: Filename = "c318.h";
2: #define CAT(a, b) NXCAT(a, b)
3: #define NXCAT(a, b) a ## b
4: stequals(__LINE__, STR(CAT(1., E9)), "1.E9");
5: stequals(__LINE__, STR(CAT(1.u, 1E+)), "1.u1E+");
6: #define E 2
7: checkthat(__LINE__, 1E1 == 10.);
8: Filename = "c31.c";
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.