summaryrefslogtreecommitdiff
path: root/src/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stddef.h')
-rw-r--r--src/stddef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stddef.h b/src/stddef.h
index 962e1aa..57a0297 100644
--- a/src/stddef.h
+++ b/src/stddef.h
@@ -3,4 +3,6 @@
#define NULL ( (void *)0 )
+#define size_t uint32_t
+
#endif /* STDDEF_H */