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

Go to the source code of this file.

Functions

int fb_DevScrnReadWstr (FB_FILE *handle, FB_WCHAR *dst, size_t *pchars)
 
static int hReadFromStdin (FB_FILE *handle, FB_WCHAR *dst, size_t *pchars)
 
void fb_DevScrnInit_ReadWstr (void)
 

Function Documentation

void fb_DevScrnInit_ReadWstr ( void  )

Definition at line 63 of file dev_scrn_read_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_DevScrnReadWstr ( FB_FILE handle,
FB_WCHAR dst,
size_t *  pchars 
)

Definition at line 5 of file dev_scrn_read_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hReadFromStdin ( FB_FILE handle,
FB_WCHAR dst,
size_t *  pchars 
)
static

Definition at line 58 of file dev_scrn_read_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function: