FreeBASIC  0.91.0
io_readxy.c
Go to the documentation of this file.
1 /* console SCREEN() function (cursor position query) */
2 
3 #include "../fb.h"
4 
5 FBCALL unsigned int fb_ConsoleReadXY( int col, int row, int colorflag )
6 {
7  return 0;
8 }