summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-11 14:03:13 -0500
committerpommicket <pommicket@gmail.com>2022-01-11 14:03:47 -0500
commitb0837b367e812823e1723e95d3394744bb58e509 (patch)
tree9f87bdbaa4953396a576d8b496e478b872416536 /05/main.c
parentfc96e22d4fc75e08c52e703a595d639f29eb101b (diff)
tokenizing integer literals
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index f789480..2748783 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,4 +1,7 @@
sizeof(int)
+0x332l
+0xffffffffffffffff
+0755u
double * = &;