FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
dev_scrn_readline.c
Go to the documentation of this file.
1
/* file device */
2
3
#include "
fb.h
"
4
5
int
fb_DevScrnReadLine
(
FB_FILE
*
handle
,
FBSTRING
*dst )
6
{
7
return
fb_LineInput
(
NULL
, dst, -1,
FALSE
,
FALSE
,
TRUE
);
8
}
9
10
void
fb_DevScrnInit_ReadLine
(
void
)
11
{
12
fb_DevScrnInit_NoOpen
( );
13
14
if
(
FB_HANDLE_SCREEN
->hooks->pfnReadLine ==
NULL
)
15
FB_HANDLE_SCREEN
->hooks->pfnReadLine =
fb_DevScrnReadLine
;
16
}
rtlib
dev_scrn_readline.c
Generated on Thu Jan 23 2014 19:40:08 for FreeBASIC by
1.8.4