|
PatchworkOS
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <sys/io.h>#include "common/print.h"#include "user/common/syscalls.h"Go to the source code of this file.
Functions | |
| fd_t | vopenf (const char *_RESTRICT format, va_list args) |
Wrapper for opening files with a formatted path, using a va_list. | |