]> git.lizzy.rs Git - plan9front.git/blob - arm64/include/ape/stdint.h
Include integer limits from generic stdint.h in system-specific stdint.h
[plan9front.git] / arm64 / include / ape / stdint.h
1 #ifndef _STDINT_ARCH_H_
2 #define _STDINT_ARCH_H_ 1
3
4 typedef long long _intptr_t;
5 typedef unsigned long long _uintptr_t;
6
7 #include "/sys/include/ape/stdint.h"
8
9 #endif