fmacros starting to work!
This commit is contained in:
parent
f08cdc8e22
commit
19ea12a1d4
4 changed files with 137 additions and 14 deletions
|
@ -1,5 +1,4 @@
|
|||
#define TEST(x) hello
|
||||
#define TEST heloo 2
|
||||
TEST(55)
|
||||
#define TEST(x,y,z) x hello y there z
|
||||
TEST((55,(33,3)),22,(3,49))
|
||||
main(void) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue