|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <sys/io.h>#include "common/scan.h"Go to the source code of this file.
Macros | |
| #define | _SCAN_GET(ctx) |
| #define | _SCAN_UNGET(ctx, c) |
Functions | |
| uint64_t | vscan (fd_t fd, const char *format, va_list args) |
Wrapper for reading from a file descriptor using scan formatting with va_list. | |
| #define _SCAN_GET | ( | ctx | ) |