From 3619b7e41bc8e5a413016a014c9128fcb8281410 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Sep 2025 22:41:14 +0900 Subject: feat: define wchar_t in stddef.h --- include/stddef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) -- cgit v1.2.3-70-g09d2