61#if defined(ENVIRONMENT_32_BIT)
63#elif defined(ENVIRONMENT_64_BIT)
65#elif !defined(ENVIRONMENT_32_BIT) && !defined(ENVIRONMENT_64_BIT)
66 #error Unknown environment size type
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25
int64_t offset_type
Offset type compatible with standard IO.
Definition c_types.h:56
int64_t bigint_type
64-bit signed integer type
Definition c_types.h:72
uint64_t biguint_type
64-bit unsigned integer type
Definition c_types.h:77
uint16_t ushort_type
16-bit unsigned integer
Definition c_types.h:46
int32_t integer_type
32-bit signed integer
Definition c_types.h:51
int8_t boolean_type
Boolean type supported in C.
Definition c_types.h:31
uint32_t size_type
Size type defined in standard library.
Definition c_types.h:62
const char * string_type
C-Style string.
Definition c_types.h:82
double real_type
Floating point values.
Definition c_types.h:41
char * byte_array_type
Writeable byte array.
Definition c_types.h:87