FreeBASIC  0.91.0
io_cls.c
Go to the documentation of this file.
1 /* console CLS statement */
2 
3 #include "../fb.h"
4 
5 void fb_ConsoleClear( int mode )
6 {
7 }