mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[libc] Add intptr_t/uintptr_t in minilibc.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user