summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-10 18:04:53 -0500
committerpommicket <pommicket@gmail.com>2022-01-10 18:04:53 -0500
commit34dfc3238d047f4e9d670ad7d489fcb2013f390e (patch)
tree422e8a6cb4b606443f14dfaf94ad7b596a7f36ee /05/main.c
parentb963bc91e6bc1612e920dffd4a32aa9d310f4ff3 (diff)
ifdef/ifndef/else/endif
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index 3b34a77..f0094c1 100644
--- a/05/main.c
+++ b/05/main.c
@@ -9,6 +9,13 @@ F(2
#include INC_FILE /* include macro test */
+a
+#ifndef INC_FILEd
+
xglue(LINE_,NUMBER)
+#else
+Hello
+#endif
+b
#pragma