FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_pcopy.c
Go to the documentation of this file.
1
/* console pcopy function */
2
3
#include "../fb.h"
4
#include "
fb_private_console.h
"
5
6
int
fb_ConsolePageCopy
(
int
src,
int
dst )
7
{
8
return
fb_ErrorSetNum
(
FB_RTERROR_ILLEGALFUNCTIONCALL
);
9
}
rtlib
unix
io_pcopy.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4