FreeBASIC  0.91.0
io_maxrow.c
Go to the documentation of this file.
1 #include "../fb.h"
2 
3 int fb_ConsoleGetMaxRow( void )
4 {
5  return 0;
6 }