FreeNOS
|
#include <FileSystemClient.h>
#include "errno.h"
#include "limits.h"
#include "stdio.h"
#include "string.h"
#include "sys/stat.h"
Go to the source code of this file.
Functions | |
int | mknod (const char *path, mode_t mode, dev_t) |
Make directory, special file, or regular file. More... | |