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