FreeBASIC  0.91.0
io_viewupdate.c
Go to the documentation of this file.
1 /* view print update (console, no gfx) */
2 
3 #include "../fb.h"
4 
5 void fb_ConsoleViewUpdate( void )
6 {
7 }