Go to the source code of this file.
◆ 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 |
|
) |
| |
◆ 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.