#include <arm/_types.h>

arm/_types.h Kernel.framework

This header file contains integer types. It's intended to also contain flotaing point and other arithmetic types, as needed, later.
23 typedefs · 1 union

typedef__int8_t

typedef __signed char __int8_t

typedef__uint8_t

typedef unsigned char __uint8_t

typedef__int16_t

typedef short __int16_t

typedef__uint16_t

typedef unsigned short __uint16_t

typedef__int32_t

typedef int __int32_t

typedef__uint32_t

typedef unsigned int __uint32_t

typedef__int64_t

typedef long long __int64_t

typedef__uint64_t

typedef unsigned long long __uint64_t

typedef__darwin_intptr_t

typedef long __darwin_intptr_t

typedef__darwin_natural_t

typedef unsigned int __darwin_natural_t

typedef__darwin_ct_rune_t

typedef int __darwin_ct_rune_t

union__mbstate_t

mbstate_t is an opaque object to keep conversion state, during multibyte stream conversions. The content must not be referenced by user programs.
size 128, align 8
char[128]__mbstate8
long long_mbstateLfor alignment

typedef__mbstate_t

typedef union __mbstate_t __mbstate_t;

typedef__darwin_mbstate_t

typedef __mbstate_t __darwin_mbstate_t

typedef__darwin_ptrdiff_t

typedef __PTRDIFF_TYPE__ __darwin_ptrdiff_t
ptr1 - ptr2

typedef__darwin_size_t

typedef __SIZE_TYPE__ __darwin_size_t
sizeof()

typedef__darwin_va_list

typedef __builtin_va_list __darwin_va_list

typedef__darwin_wchar_t

typedef __WCHAR_TYPE__ __darwin_wchar_t
wchar_t

typedef__darwin_rune_t

typedef __darwin_wchar_t __darwin_rune_t

typedef__darwin_wint_t

typedef __WINT_TYPE__ __darwin_wint_t

typedef__darwin_clock_t

typedef unsigned long __darwin_clock_t
clock()

typedef__darwin_socklen_t

typedef __uint32_t __darwin_socklen_t
socklen_t (duh)

typedef__darwin_ssize_t

typedef long __darwin_ssize_t
byte count or error

typedef__darwin_time_t

typedef long __darwin_time_t
time()