File nut/crt/getf.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: strtol() nut/c/stdlib/strtol.c
  __builtin_va_arg(), isspace()