FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
static FB_WCHAR | hReadChar (FB_INPUTCTX *ctx) |
static int | hUnreadChar (FB_INPUTCTX *ctx, FB_WCHAR c) |
static FB_WCHAR | hSkipWhiteSpc (FB_INPUTCTX *ctx) |
static void | hSkipDelimiter (FB_INPUTCTX *ctx, FB_WCHAR c) |
void | fb_FileInputNextTokenWstr (FB_WCHAR *buffer, ssize_t max_chars, int is_string) |
void fb_FileInputNextTokenWstr | ( | FB_WCHAR * | buffer, |
ssize_t | max_chars, | ||
int | is_string | ||
) |
Definition at line 92 of file file_input_tok_wstr.c.
|
static |
|
static |
Definition at line 66 of file file_input_tok_wstr.c.
|
static |
Definition at line 51 of file file_input_tok_wstr.c.
|
static |
Definition at line 31 of file file_input_tok_wstr.c.