#include <arm/_types.h>
arm/_types.h
This header file contains integer types. It's intended to also contain
flotaing point and other arithmetic types, as needed, later.
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
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.
| char[128] | __mbstate8 | |
| long long | _mbstateL | for alignment |
typedef__mbstate_t
typedef union __mbstate_t __mbstate_t;