summaryrefslogtreecommitdiff
path: root/05/stdc_common.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-14 12:04:49 -0500
committerpommicket <pommicket@gmail.com>2022-02-14 12:04:49 -0500
commitd0d868433eb8e737fd581c1eb6f2734f293e6267 (patch)
treea4b548a1833588cd0275085490d88eda428970a2 /05/stdc_common.h
parentf7a8a193c2e523b2e670d385244cd2d830453938 (diff)
clean up stb_sprintf; implementation of fprintf et al, remove
Diffstat (limited to '05/stdc_common.h')
-rw-r--r--05/stdc_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/05/stdc_common.h b/05/stdc_common.h
index 16ddcdb..db50cd9 100644
--- a/05/stdc_common.h
+++ b/05/stdc_common.h
@@ -5,6 +5,7 @@
#define volatile
#define register
#define const
+#define NULL ((void*)0)
typedef unsigned char uint8_t;
typedef char int8_t;