#include "global.h"
#include "interpret.h"
#include "array.h"
#include "stralloc.h"
#include "pike_error.h"
#include "fd_control.h"
#include "builtin_functions.h"
#include "module_support.h"
#include "operators.h"
#include "bignum.h"
#include "pike_float.h"
Classes | |
struct | sscanf_set |
Defines | |
#define | sp Pike_sp |
#define | LOOK() (len>0?EXTRACT_PCHARP(str):0) |
#define | GETC() ((len > 0)?(INC_PCHARP(str, 1), len--, INDEX_PCHARP(str, -1)):0) |
#define | MKREADSET(SIZE) |
#define | DO_IF_DEBUG(X) |
#define | DO_IF_BIGNUM(X) |
#define | DO_IF_CHECKER(X) |
#define | EXTRACT_FLOAT(SVAL, INPUT, SHIFT) |
#define | EXTRACT_DOUBLE(SVAL, INPUT, SHIFT) |
#define | TO_INT32(x) ((INT32)(x)) |
#define | MK_VERY_LOW_SSCANF(INPUT_SHIFT, MATCH_SHIFT) |
#define | CHAROPT(X) |
#define | CHAROPT2(X) |
#define | CHAROPT2(X) X |
#define | CHAROPT(X) X |
#define | CHAROPT2(X) |
#define | CHAROPT2(X) X |
Functions | |
INT32 | low_sscanf (struct pike_string *data, struct pike_string *format) |
void | o_sscanf (INT32 args) |
PMOD_EXPORT void | f_sscanf (INT32 args) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Value: |
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|