This file contains type definitions.
More...
#include "c_platform.h"
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
|
typedef uint32_t | error_type |
| This is return value type of all API functions.
|
|
typedef int8_t | boolean_type |
| Boolean type supported in C.
|
|
typedef double | real_type |
| Floating point values.
|
|
typedef uint16_t | ushort_type |
| 16-bit unsigned integer
|
|
typedef int32_t | integer_type |
| 32-bit signed integer
|
|
typedef int64_t | offset_type |
| Offset type compatible with standard IO.
|
|
typedef uint32_t | size_type |
| Size type defined in standard library.
|
|
typedef int64_t | bigint_type |
| 64-bit signed integer type
|
|
typedef uint64_t | biguint_type |
| 64-bit unsigned integer type
|
|
typedef const char * | string_type |
| C-Style string.
|
|
typedef char * | byte_array_type |
| Writeable byte array.
|
|
This file contains type definitions.