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

Go to the source code of this file.

Data Structures

struct  io_file_impl_t
 a file descriptor More...
 

Macros

#define IO_FILE_SIZE   (sizeof(io_file_impl_t) + sizeof(io_t))
 

Macro Definition Documentation

◆ IO_FILE_SIZE

#define IO_FILE_SIZE   (sizeof(io_file_impl_t) + sizeof(io_t))

Definition at line 25 of file file.h.