Cthulhu  0.2.10
Cthulhu compiler collection
view.h File Reference
#include "io/impl.h"
Include dependency graph for view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  io_view_impl_t
 a non-owning, readonly view of a buffer More...
 

Macros

#define IO_VIEW_SIZE   (sizeof(io_view_impl_t) + sizeof(io_t))
 

Macro Definition Documentation

◆ IO_VIEW_SIZE

#define IO_VIEW_SIZE   (sizeof(io_view_impl_t) + sizeof(io_t))

Definition at line 26 of file view.h.