summaryrefslogtreecommitdiff
path: root/amd64/include/ape/stdint.h
blob: ed0b2ef2c2afd883de8549a5c6e0916ddac5dc83 (plain)
1
2
3
4
5
6
7
8
9
#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