aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-13 22:41:14 +0900
committernsfisis <nsfisis@gmail.com>2025-09-13 22:41:14 +0900
commit3619b7e41bc8e5a413016a014c9128fcb8281410 (patch)
tree2bd641a538c86046f8f4fc08fbaa4950caa6fc4b /include
parent219653a7a1ff36776580c79f4e288e82bbcf057d (diff)
downloadducc-3619b7e41bc8e5a413016a014c9128fcb8281410.tar.gz
ducc-3619b7e41bc8e5a413016a014c9128fcb8281410.tar.zst
ducc-3619b7e41bc8e5a413016a014c9128fcb8281410.zip
feat: define wchar_t in stddef.h
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)