9 lines
165 B
C
9 lines
165 B
C
#ifndef _STDINT_ARCH_H_
|
|
#define _STDINT_ARCH_H_ 1
|
|
|
|
typedef long long _intptr_t;
|
|
typedef unsigned long long _uintptr_t;
|
|
|
|
#include "/sys/include/ape/stdint.h"
|
|
|
|
#endif
|