#include <stdarg.h>
Include dependency graph for scanf.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | _lucid_vsscanf (const char *str, const char *fmt, va_list ap) |
read conversion from string using va_list | |
int | _lucid_sscanf (const char *str, const char *fmt,...) |
read conversion from string using variable number of arguments |