commit 3117c90b2df1f22db2837a8bc5f52f3e3fac9640 parent 3c17f8220ee60c7a16d9dd36a75ff68de823d438 Author: Yersa Nordman <finwo@pm.me> Date: Sat, 12 Oct 2019 01:13:40 +0200 Added size_t in stddef.h Diffstat:
| M | include/stddef.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/stddef.h b/include/stddef.h @@ -7,4 +7,6 @@ #define NULL ((void*)0) #endif +typedef unsigned long size_t; + #endif // _STDDEF_H_