#include <libc.h>#include <str.h>#include <sys/types.h>#include <unistd.h>#include <errno.h>#include <io/klog.h>#include <io/printf_core.h>Go to the source code of this file.
Functions | |
| int | klog_printf (const char *fmt,...) |
| Print formatted text to klog. | |
| void | klog_update (void) |
| int | klog_vprintf (const char *fmt, va_list ap) |
| Print formatted text to klog. | |
| static int | klog_vprintf_str_write (const char *str, size_t size, void *data) |
| static int | klog_vprintf_wstr_write (const wchar_t *str, size_t size, void *data) |
| size_t | klog_write (const void *buf, size_t size) |
Definition in file klog.c.
1.4.7