Cthulhu  0.2.10
Cthulhu compiler collection
Platform abstraction layer

Intermediary layer for OS specific calls. More...

Collaboration diagram for Platform abstraction layer:

Modules

 Dynamic Loading
 
 Filesystem handling
 
 Threading
 
typedef typedefCT_BEGIN_API struct os_file_t os_file_t
 file handle More...
 

Detailed Description

Intermediary layer for OS specific calls.

Always use this layer rather than directly calling posix/win32/bsd functionality or headers. If possible provide sane fallback functionality for functions that have no equivilent on other platfroms.

Os is split into 2 headers, core.h and os.h. This is because os.h pulls in OS specific headers which can bloat compile times, often using core.h is enough in a header

TODO: an os file path abstraction would be nice to have. Currently if we want to support long paths on windows we would need to do sneaky allocations which we dont advertise in the api.

Typedef Documentation

◆ os_file_t

typedef typedefCT_BEGIN_API struct os_file_t os_file_t

file handle

Definition at line 19 of file core.h.