#include <stdio.h>
Functions | |
int | copy (const char *src, const char *dst) |
int | append (const char *src, const char *to) |
Variables | |
const char | dir_sep |
int append | ( | const char * | src, | |
const char * | to | |||
) |
Appends file from path src to the end of a file from path to.
src | source file path | |
dst | destination file path |
int copy | ( | const char * | src, | |
const char * | dst | |||
) |
Copys file from path src to path dst.
src | source file path | |
dst | destination file path |
const char dir_sep |
Separato/slash used in file and directory paths.