diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2022-09-29 19:07:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 19:07:48 -0400 |
| commit | 8888fb2ec1cf1a27b5611e58b59f36762afeec54 (patch) | |
| tree | d6151de2468dd2ab865603c36c85765a26db96cd /soh/include/libc | |
| parent | dc3c0dd9c852ae704aaa6f6f7ad7258d7076c5ec (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.h | 12 |
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 |
