提交 9b872706 编写于 作者: B bernard

[libc] Add intptr_t/uintptr_t in minilibc.

上级 8a38307e
......@@ -11,8 +11,8 @@ typedef rt_int32_t int32_t;
typedef rt_uint32_t uint32_t;
typedef long long int64_t;
typedef unsigned long long uint64_t;
typedef signed long intptr_t;
typedef unsigned long uintptr_t;
typedef signed long intptr_t;
typedef unsigned long uintptr_t;
/*
* 7.18.2 Limits of specified-width integer types.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册