FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
file_copy.c
Go to the documentation of this file.
1
/* file copy */
2
3
#include "../fb.h"
4
5
FBCALL
int
fb_FileCopy
(
const
char
*source,
const
char
*destination )
6
{
7
return
fb_CrtFileCopy
( source, destination );
8
}
rtlib
xbox
file_copy.c
Generated on Thu Jan 23 2014 19:40:08 for FreeBASIC by
1.8.4