fmacros starting to work!

This commit is contained in:
pommicket 2022-01-09 15:56:31 -05:00
parent f08cdc8e22
commit 19ea12a1d4
4 changed files with 137 additions and 14 deletions

View file

@ -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) {
}