Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "io/impl.h"
#include "io/impl/file.h"
#include "base/panic.h"
#include "arena/arena.h"
#include "os/os.h"
Go to the source code of this file.
Functions | |
STA_DECL io_t * | io_file (const char *path, os_access_t mode, arena_t *arena) |
create an IO object from a file More... | |
STA_DECL io_t * | io_file_init (void *buffer, const char *path, os_access_t mode) |
STA_DECL io_t* io_file | ( | const char * | path, |
os_access_t | mode, | ||
arena_t * | arena | ||
) |
STA_DECL io_t* io_file_init | ( | void * | buffer, |
const char * | path, | ||
os_access_t | mode | ||
) |