source: mainline/uspace/app/pcc/cc/cpp/tests/test1@ 48fa501

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 48fa501 was a7de7182, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 14 years ago

Added pcc source tree (contents of pcc-1.0.0.tgz)

  • Property mode set to 100644
File size: 189 bytes
Line 
1#define hash_hash # ## #
2#define mkstr(a) # a
3#define in_between(a) mkstr(a)
4#define join(c, d) in_between(c hash_hash d)
5char p[] = join(x, y); // equivalent to
6 // char p[] = "x ## y";
Note: See TracBrowser for help on using the repository browser.