aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stddef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 07e49d3..1344053 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -4,6 +4,7 @@
#define NULL 0
typedef unsigned long size_t;
+typedef int wchar_t;
// TODO:
// - max_align_t (C11)