Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "arena/arena.h"
#include "io/impl.h"
#include "io/impl/view.h"
#include "base/util.h"
#include "base/panic.h"
#include "core/macros.h"
Go to the source code of this file.
Functions | |
STA_DECL io_t * | io_view (const char *name, const void *data, size_t size, arena_t *arena) |
create a readonly IO object for a given view of memory More... | |
STA_DECL io_t * | io_string (const char *name, const char *string, arena_t *arena) |
create an IO view of a string create a readonly IO view of a string More... | |
STA_DECL io_t * | io_view_init (void *buffer, const char *name, const void *data, size_t size) |
STA_DECL io_t * | io_string_init (void *buffer, const char *name, const char *string) |