FreeBASIC  0.91.0
dev_scrn_read.c File Reference
#include "fb.h"
Include dependency graph for dev_scrn_read.c:

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)
 

Function Documentation

void fb_DevScrnInit_Read ( void  )

Definition at line 57 of file dev_scrn_read.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_DevScrnRead ( FB_FILE handle,
void *  value,
size_t *  pLength 
)

Definition at line 5 of file dev_scrn_read.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hReadFromStdin ( FB_FILE handle,
void *  dst,
size_t *  pLength 
)
static

Definition at line 52 of file dev_scrn_read.c.

Here is the call graph for this function:

Here is the caller graph for this function: