|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| int | fb_DevScrnRead (FB_FILE *handle, void *value, size_t *pLength) |
| static int | hReadFromStdin (FB_FILE *handle, void *dst, size_t *pLength) |
| void | fb_DevScrnInit_Read (void) |
| void fb_DevScrnInit_Read | ( | void | ) |
Definition at line 57 of file dev_scrn_read.c.


| int fb_DevScrnRead | ( | FB_FILE * | handle, |
| void * | value, | ||
| size_t * | pLength | ||
| ) |
Definition at line 5 of file dev_scrn_read.c.


|
static |
Definition at line 52 of file dev_scrn_read.c.

