|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <sys/fs.h>#include "user/common/syscalls.h"Go to the source code of this file.
Functions | |
| size_t | getdents (fd_t fd, dirent_t *buffer, uint64_t count) |
| System call for reading directory entires. | |