FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
static int | hReadChar (FB_INPUTCTX *ctx) |
static int | hUnreadChar (FB_INPUTCTX *ctx, int c) |
static int | hSkipWhiteSpc (FB_INPUTCTX *ctx) |
static void | hSkipDelimiter (FB_INPUTCTX *ctx, int c) |
int | fb_FileInputNextToken (char *buffer, ssize_t max_chars, int is_string, int *isfp) |
int fb_FileInputNextToken | ( | char * | buffer, |
ssize_t | max_chars, | ||
int | is_string, | ||
int * | isfp | ||
) |
Definition at line 90 of file file_input_tok.c.
|
static |
|
static |
Definition at line 63 of file file_input_tok.c.
|
static |
Definition at line 48 of file file_input_tok.c.
|
static |
Definition at line 28 of file file_input_tok.c.