| Included in: | nut/crt/getff.c |
#define CF_SUPPRESS 0x02
#define CF_SIGNOK 0x04
#define CF_NDIGITS 0x08
#define CF_PFXOK 0x10
#define CF_NZDIGITS 0x20
#define CF_DPTOK 0x10
#define CF_EXPOK 0x20
#define CT_CHAR 0
#define CT_STRING 2
#define CT_INT 3
#define CT_FLOAT 4
| Prototyped in: | nut/crt/nut_io.h | |
| Calls: | __builtin_va_arg(), isspace(), strtol() | |
| Called by: | vfscanf() | nut/crt/vfscanf.c |
| vfscanf_P() | nut/crt/vfscanf_p.c | |
| vsscanf() | nut/crt/vsscanf.c | |
| vsscanf_P() | nut/crt/vsscanf_p.c | |