FreeBASIC  0.91.0
io_getxy.c
Go to the documentation of this file.
1 #include "../fb.h"
2 
3 FBCALL void fb_ConsoleGetXY( int *col, int *row )
4 {
5 }