summaryrefslogtreecommitdiff
path: root/minilib/stddef.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-01-01 19:31:12 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-01-01 19:31:12 +0100
commit69fe7b182a1eedfb75c611f7dd35fa60200426f4 (patch)
tree329a0c6cc9b06c23d8782ece09f0f7dfa9b16b13 /minilib/stddef.h
downloadcompilertests-69fe7b182a1eedfb75c611f7dd35fa60200426f4.tar.gz
compilertests-69fe7b182a1eedfb75c611f7dd35fa60200426f4.tar.bz2
initial checkin
Diffstat (limited to 'minilib/stddef.h')
-rw-r--r--minilib/stddef.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/minilib/stddef.h b/minilib/stddef.h
new file mode 100644
index 0000000..a288c39
--- /dev/null
+++ b/minilib/stddef.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#define NULL ( (void *) 0)
+
+/* TODO: drawn in by using some functions from the host */
+#define size_t int
+
+/* TODO: drawn in by using some functions from the host */
+#define wchar_t int