doc
|
#include <sys/types.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | BUFFER_SIZE (16 * 1024) |
Functions | |
int | c_compare_file (const char *f1, const char *f2) |
int | c_copy (const char *src, const char *dst, mode_t mode) |
int | c_isfile (const char *path) |
int | c_rename (const char *src, const char *dst) |
Interface of the cynapses libc file function.
Definition in file c_file.h.