FreeBASIC  0.91.0
io_color.c
Go to the documentation of this file.
1 /* console COLOR statement */
2 
3 #include "../fb.h"
4 
5 int fb_ConsoleColor( int fc, int bc, int flags )
6 {
7  return 0;
8 }
9 
11 {
12  return 0;
13 }