summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/05/main.c b/05/main.c
index bae28af..980503c 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,11 +1,4 @@
-#define funciton( h, \
- i, j ) h##ello * 2 * i##ello * j##ello
-int hello = 7;
+#include "tests/parse_stb_sprintf.h"
+/* @TODO: why are line numbers off by 1? */
int main() {
- int x = funciton(
- h,
- h,
- h
- );
- int y = funciton(h,h,h);
}