FreeBASIC  0.91.0
io_pageset.c
Go to the documentation of this file.
1 /* console 'screen , pg, pg' function */
2 
3 #include "../fb.h"
4 #include "fb_private_console.h"
5 
6 int fb_ConsolePageSet( int active, int visible )
7 {
8  return -1;
9 }