|
PatchworkOS
|
#include <ctype.h>#include <stdarg.h>#include <stdio.h>#include "common/scan.h"#include "user/common/file.h"Go to the source code of this file.
Functions | |
| int | vfscanf (FILE *_RESTRICT stream, const char *_RESTRICT format, va_list arg) |
Definition at line 8 of file vfscanf.c.
References _FILE_CHECK_AVAIL, _file_prepare_read(), _scan(), _format_ctx_t::arg, _format_ctx_t::base, _format_ctx_t::buffer, _format_ctx_t::currentChars, EOF, ERR, feof(), ferror(), _format_ctx_t::flags, getc(), isspace(), _format_ctx_t::maxChars, mtx_lock(), mtx_unlock(), NULL, _format_ctx_t::precision, _format_ctx_t::stream, _format_ctx_t::totalChars, ungetc(), va_copy, va_end, and _format_ctx_t::width.
Referenced by fscanf().