wlcstdio.h File Reference

#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

Detailed Description

Extends the stdio.h library.

Function Documentation

int append ( const char *  src,
const char *  to 
)

Appends file from path src to the end of a file from path to.

Parameters:
src source file path
dst destination file path
Returns:
0 is succesfull, -1 otherwise

int copy ( const char *  src,
const char *  dst 
)

Copys file from path src to path dst.

Parameters:
src source file path
dst destination file path
Returns:
0 if succesfull, -1 otherwise


Variable Documentation

const char dir_sep

Separato/slash used in file and directory paths.


Generated on Wed Feb 28 10:58:08 2007 for WaLeC's Standard C by  doxygen 1.4.7