FreeBASIC  0.91.0
io_pcopy.c
Go to the documentation of this file.
1 /* console pcopy function */
2 
3 #include "../fb.h"
4 
5 int fb_ConsolePageCopy( int src, int dst )
6 {
8 }