upscaledb
2.2.1
|
Portable typedefs for upscaledb. More...
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | UPS_OS_POSIX 1 |
#define | UPS_32BIT 1 |
#define | UPS_EXPORT extern |
#define | UPS_CALLCONV |
#define | UPS_FALSE 0 |
#define | UPS_TRUE (!UPS_FALSE) |
Typedefs | |
typedef int64_t | ups_s64_t |
typedef uint64_t | ups_u64_t |
typedef int32_t | ups_s32_t |
typedef uint32_t | ups_u32_t |
typedef int16_t | ups_s16_t |
typedef uint16_t | ups_u16_t |
typedef int8_t | ups_s8_t |
typedef uint8_t | ups_u8_t |
typedef int | ups_bool_t |
typedef int | ups_status_t |
Portable typedefs for upscaledb.
Definition in file types.h.
typedef int ups_bool_t |
typedef int ups_status_t |