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 | mkdir (const char *path, mode_t mode) |
Create a new directory. More... | |