Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "io/io.h"
Go to the source code of this file.
Data Structures | |
class | ctu::OsError |
class | ctu::Io |
Namespaces | |
ctu | |
Typedefs | |
using | ctu::unique_io_t = std::unique_ptr< io_t, decltype(kIoDelete)> |
Variables | |
constexpr auto | ctu::kIoDelete = [](io_t *io) { io_close(io); } |