Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "arena/arena.h"
#include "base/util.h"
#include "common.h"
#include "std/str.h"
#include "std/map.h"
#include "os/os.h"
#include "io/impl.h"
#include "base/panic.h"
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | physical_t |
struct | physical_inode_t |
Functions | |
STA_DECL fs_t * | fs_physical (const char *root, arena_t *arena) |
create a filesystem interface to a physical location on disk More... | |