FreeNOS
|
#include <FreeNOS/User.h>
#include <FileSystemClient.h>
#include "limits.h"
#include "string.h"
#include "errno.h"
#include "fcntl.h"
#include "sys/stat.h"
Go to the source code of this file.
Functions | |
int | open (const char *path, int oflag,...) |
Open file relative to directory file descriptor. More... | |