FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_maxrow.c
Go to the documentation of this file.
1
#include "../fb.h"
2
#include "
fb_private_console.h
"
3
4
int
fb_ConsoleGetMaxRow
(
void
)
5
{
6
if
( !
__fb_con
.inited )
7
return
24;
8
9
BG_LOCK
( );
10
fb_hRecheckConsoleSize
( );
11
BG_UNLOCK
( );
12
return
__fb_con
.
h
;
13
}
rtlib
unix
io_maxrow.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4