Cthulhu  0.2.10
Cthulhu compiler collection
os.inc File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OS_ACCESS(id, str, value)
 
#define OS_PROTECT(id, str, value)
 
#define OS_DIRENT(id, str)
 

Macro Definition Documentation

◆ OS_ACCESS

#define OS_ACCESS (   id,
  str,
  value 
)

file is not accessible file is readable file is writeable, does not imply readable file is truncated if it exists

Definition at line 13 of file os.inc.

◆ OS_DIRENT

#define OS_DIRENT (   id,
  str 
)

Definition at line 32 of file os.inc.

◆ OS_PROTECT

#define OS_PROTECT (   id,
  str,
  value 
)

memory cannot be accessed memory can be read memory can be written to (does not imply read) memory can be executed (does not imply read or write)

Definition at line 27 of file os.inc.