PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
vscanfile.c File Reference
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/io.h>
Include dependency graph for vscanfile.c:

Go to the source code of this file.

Functions

uint64_t vscanfile (const char *path, const char *format, va_list args)
 Wrapper for reading from a file path using scan formatting with va_list.