File nut/crt/getf.c

Included in: nut/crt/getff.c

Included Files


Preprocessor definitions

#define CF_LONG 0x01

#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


Global Function _getf()

int _getf ( int _getb(int,void*,size_t), int fd, const char* fmt, va_list ap )
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