start fmacro replacement

This commit is contained in:
pommicket 2022-01-09 12:31:35 -05:00
parent 807a6aacf9
commit f08cdc8e22
3 changed files with 65 additions and 33 deletions

View file

@ -1,10 +1,5 @@
#define B A C A B A
#define A helo what
#define C how is it going
#define D E
#define E D
B !
D
E
#define TEST(x) hello
#define TEST heloo 2
TEST(55)
main(void) {
}