|
PatchworkOS
|
#include <stdio.h>#include <stdlib.h>#include "common/print.h"#include "user/common/file.h"#include "user/common/syscalls.h"Go to the source code of this file.
Functions | |
| int | vfprintf (FILE *_RESTRICT stream, const char *_RESTRICT format, va_list arg) |
Definition at line 8 of file vfprintf.c.
References _file_flush_buffer(), _FILE_LINE_BUFFERED, _file_prepare_write(), _FILE_UNBUFFERED, _print(), _format_ctx_t::arg, _format_ctx_t::base, _format_ctx_t::buffer, _format_ctx_t::currentChars, EOF, ERR, _format_ctx_t::flags, _format_ctx_t::maxChars, mtx_lock(), mtx_unlock(), NULL, _format_ctx_t::precision, SIZE_MAX, _format_ctx_t::stream, _format_ctx_t::totalChars, va_copy, va_end, and _format_ctx_t::width.