- access
int access(char* filename, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
int close(uint fd)
Undocumented in source. Be warned that the author may not have intended to support it.
- fstat
int fstat(int fd, stat* statbuf)
Undocumented in source. Be warned that the author may not have intended to support it.
- lseek
off_t lseek(int fd, off_t offset, int whence)
Undocumented in source. Be warned that the author may not have intended to support it.
- mmap
void* mmap(void* addr, ulong len, int prot, int flags, int fd, int off)
Undocumented in source. Be warned that the author may not have intended to support it.
- munmap
int munmap(void* addr, ulong len)
Undocumented in source. Be warned that the author may not have intended to support it.
- octal
ushort octal(int octal)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
int open(char* filename, int flags, umode_t mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
ssize_t read(int fd, void* buf, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- rmdir
int rmdir(char* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
int unlink(char* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
ssize_t write(int fd, void* buf, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.