Built-in posix module is supported with the following functions:
|
stat |
|
unlink |
|
remove |
|
rename |
|
open |
|
close |
|
closerange |
|
lseek |
|
read |
|
write |
|
fstat |
|
isatty |
|
strerror |
The following variable is supported:
|
environ |
The following exception is supported:
|
error |
The following constants are supported:
|
F_OK |
|
R_OK |
|
W_OK |
|
X_OK |