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

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)
 

Function Documentation

void fb_FileInputNextTokenWstr ( FB_WCHAR buffer,
ssize_t  max_chars,
int  is_string 
)

Definition at line 92 of file file_input_tok_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static FB_WCHAR hReadChar ( FB_INPUTCTX ctx)
static

Definition at line 5 of file file_input_tok_wstr.c.

Here is the call graph for this function:

static void hSkipDelimiter ( FB_INPUTCTX ctx,
FB_WCHAR  c 
)
static

Definition at line 66 of file file_input_tok_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static FB_WCHAR hSkipWhiteSpc ( FB_INPUTCTX ctx)
static

Definition at line 51 of file file_input_tok_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hUnreadChar ( FB_INPUTCTX ctx,
FB_WCHAR  c 
)
static

Definition at line 31 of file file_input_tok_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function: