summaryrefslogtreecommitdiff
path: root/soh/include/libc
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2022-09-29 19:07:48 -0400
committerGitHub <noreply@github.com>2022-09-29 19:07:48 -0400
commit8888fb2ec1cf1a27b5611e58b59f36762afeec54 (patch)
treed6151de2468dd2ab865603c36c85765a26db96cd /soh/include/libc
parentdc3c0dd9c852ae704aaa6f6f7ad7258d7076c5ec (diff)
Master Quest (#3) (#1632)4.0.0
Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com> Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com> Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com> Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
Diffstat (limited to 'soh/include/libc')
-rw-r--r--soh/include/libc/stddef.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/soh/include/libc/stddef.h b/soh/include/libc/stddef.h
index e5fbe2d22..8f57cf4f6 100644
--- a/soh/include/libc/stddef.h
+++ b/soh/include/libc/stddef.h
@@ -1,11 +1,13 @@
#ifndef STDDEF_H
#define STDDEF_H
-#ifndef __cplusplus
-#define NULL ((void*)0)
-#else
-#define NULL nullptr
-#endif
+#include <stddef.h>
+
+//#ifndef __cplusplus
+//#define NULL ((void*)0)
+//#else
+//#define NULL nullptr
+//#endif
#if 0
#define size_t unsigned long