Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Functions | |
STA_DECL void * | io_data (io_t *io) |
get the user data from an io object More... | |
STA_DECL io_t * | io_new (const io_callbacks_t *cb, os_access_t flags, const char *name, const void *data, arena_t *arena) |
STA_DECL io_t * | io_init (void *buffer, const io_callbacks_t *cb, os_access_t flags, const char *name, const void *data, arena_t *arena) |
STA_DECL io_t* io_init | ( | void * | buffer, |
const io_callbacks_t * | cb, | ||
os_access_t | flags, | ||
const char * | name, | ||
const void * | data, | ||
arena_t * | arena | ||
) |
STA_DECL io_t* io_new | ( | const io_callbacks_t * | cb, |
os_access_t | flags, | ||
const char * | name, | ||
const void * | data, | ||
arena_t * | arena | ||
) |