|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <ctype.h>#include <stdarg.h>#include <stdio.h>#include "user/common/file.h"#include "common/scan.h"Go to the source code of this file.
Macros | |
| #define | _SCAN_GET(ctx) |
| #define | _SCAN_UNGET(ctx, c) |
Functions | |
| int | vfscanf (FILE *_RESTRICT stream, const char *_RESTRICT format, va_list arg) |
| #define _SCAN_GET | ( | ctx | ) |
| #define _SCAN_UNGET | ( | ctx, | |
| c | |||
| ) |