MentOS
0.8.0
The Mentoring Operating System
|
Function for accessing directory entries. More...
Functions | |
ssize_t | sys_getdents (int fd, dirent_t *dirp, unsigned int count) |
Function for accessing directory entries.
Provide access to the directory entries.
fd | The file descriptor of the directory for which we accessing the entries. |
dirp | The buffer where de data should be placed. |
count | The size of the buffer. |