1#ifndef _C_INPUT_STREAM_INTERFACE_H
2#define _C_INPUT_STREAM_INTERFACE_H
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
Represents memory stored data.
Base class for reference counting.
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
const char * string_type
C-Style string.
Definition c_types.h:82