FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_gety.c
Go to the documentation of this file.
1
#include "../fb.h"
2
#include "
fb_private_console.h
"
3
4
int
fb_ConsoleGetY
(
void
)
5
{
6
int
y;
7
fb_ConsoleGetXY
(
NULL
, &y );
8
return
y;
9
}
rtlib
dos
io_gety.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4