FreeBASIC  0.91.0
io_scroll.c
Go to the documentation of this file.
1 /* console scrolling for when VIEW is used */
2 
3 #include "../fb.h"
4 
5 void fb_ConsoleScroll( int nrows )
6 {
7 }