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 | creat (const char *path, mode_t mode) |
Create a new file or rewrite an existing one. More... | |