MIRA
|
Typedefs for OS independent basic data types. More...
#include <platform/Platform.h>
#include <cstddef>
#include <string.h>
#include <assert.h>
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef int8_t | int8 |
typedef int16_t | int16 |
typedef int32_t | int32 |
typedef int64_t | int64 |
typedef uint8_t | uint8 |
typedef uint16_t | uint16 |
typedef uint32_t | uint32 |
typedef uint64_t | uint64 |
Typedefs for OS independent basic data types.
typedef int8_t int8 |
typedef int16_t int16 |
typedef int32_t int32 |
typedef int64_t int64 |
typedef uint8_t uint8 |
typedef uint16_t uint16 |
typedef uint32_t uint32 |
typedef uint64_t uint64 |