|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| static char * | hWrapper (char *buffer, size_t count, FILE *fp) |
| int | fb_ConsoleLineInputWstr (const FB_WCHAR *text, FB_WCHAR *dst, ssize_t max_chars, int addquestion, int addnewline) |
Variables | |
| static const char * | pszDefaultQuestion = "? " |
| int fb_ConsoleLineInputWstr | ( | const FB_WCHAR * | text, |
| FB_WCHAR * | dst, | ||
| ssize_t | max_chars, | ||
| int | addquestion, | ||
| int | addnewline | ||
| ) |
Definition at line 57 of file con_lineinp_wstr.c.


|
static |
Definition at line 51 of file con_lineinp_wstr.c.


|
static |
Definition at line 5 of file con_lineinp_wstr.c.