#include "char.h"
#include "scanf.h"
#include "str.h"
Include dependency graph for vsscanf.c:
Go to the source code of this file.
Data Structures | |
struct | __scanf_t |
Defines | |
#define | SFR_MIN SFR_CHAR |
#define | SFR_MAX SFR_LLONG |
Enumerations | |
enum | __scanf_flags { SFL_NOOP = 0x01, SFL_WIDTH = 0x02 } |
enum | __scanf_rank { SFR_CHAR, SFR_SHORT, SFR_INT, SFR_LONG, SFR_LLONG } |
enum | __scanf_state { SFS_NORMAL, SFS_FLAGS, SFS_WIDTH, SFS_MOD, SFS_CONV, SFS_STORE, SFS_EOF, SFS_ERR } |
Functions | |
int | _lucid_vsscanf (const char *str, const char *fmt, va_list _ap) |
read conversion from string using va_list |
#define SFR_MIN SFR_CHAR |
#define SFR_MAX SFR_LLONG |
enum __scanf_flags |
enum __scanf_rank |
enum __scanf_state |