|
FreeNOS
|
#include <FreeNOS/User.h>#include <FileSystem.h>#include <Directory.h>#include <errno.h>#include "dirent.h"#include "fcntl.h"#include "unistd.h"#include "sys/stat.h"Go to the source code of this file.
Functions | |
| DIR * | opendir (const char *dirname) |
| Open directory associated with file descriptor. More... | |
1.8.17