提交 ab729429 编写于 作者: G Grissiom

minilibc: define SIZE_MAX in stdint.h

上级 fe4f74a6
......@@ -43,4 +43,6 @@ typedef unsigned long long uint64_t;
#define LONG_MIN (-LONG_MAX - 1)
#define ULONG_MAX (~0UL)
#define SIZE_MAX ULONG_MAX
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册