summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-11 00:09:11 -0500
committerpommicket <pommicket@gmail.com>2022-01-11 00:09:11 -0500
commit97dca844c802c96ee36610b1febf7ac2b5365bf1 (patch)
tree01c578196c7fb755696b49b0435625683947b16a /05/main.c
parent34dfc3238d047f4e9d670ad7d489fcb2013f390e (diff)
start tokenization
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/05/main.c b/05/main.c
index f0094c1..8502974 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,21 +1,2 @@
-#define F(x) x x
-F(2
-3)
-
-#define STRINGIFY(x) #x
-#define LINE_NUMBER 1982
-#define INC_FILE STRINGIFY(macro_test.c)
-
-#include INC_FILE /* include macro test */
-
-a
-#ifndef INC_FILEd
-
-xglue(LINE_,NUMBER)
-#else
-Hello
-#endif
-b
-
-#pragma
+sizeof(int)