File nut/crt/vsscanf.c


Included Files


Global Function vsscanf()

int vsscanf ( const char* string, const char* fmt, va_list ap )
Prototyped in: nut/include/stdio.h
Calls: _getf() nut/crt/getff.c
Called by: sscanf() nut/crt/sscanf.c
References Functions: _sgetb() nut/crt/vsscanf.c

Local Function _sgetb()

static int _sgetb ( int fd, void* buffer, size_t count )
Used in: vsscanf() nut/crt/vsscanf.c