Cthulhu  0.2.10
Cthulhu compiler collection
io_file_impl_t Struct Reference

a file descriptor More...

#include <file.h>

Collaboration diagram for io_file_impl_t:

Data Fields

os_file_t file
 native file descriptor More...
 
os_mapping_t mapping
 memory mapping More...
 

Detailed Description

a file descriptor

Warning
this is an internal structure and should not be used directly

Definition at line 16 of file file.h.

Field Documentation

◆ file

os_file_t io_file_impl_t::file

native file descriptor

Definition at line 19 of file file.h.

◆ mapping

os_mapping_t io_file_impl_t::mapping

memory mapping

Definition at line 22 of file file.h.


The documentation for this struct was generated from the following file: