5 lines
98 B
C
5 lines
98 B
C
|
#ifndef _UINTPTR_T_DEFINED
|
||
|
typedef unsigned long uintptr_t;
|
||
|
#define _UINTPTR_T_DEFINED
|
||
|
#endif
|