#include <lib/kprintf.h>#include <sys/video.h>#include <ubixos/kpanic.h>#include <stdarg.h>Include dependency graph for kprintf.c:

Go to the source code of this file.
Functions | |
| int | kprintf (const char *fmt,...) |
| int | sprintf (char *buf, const char *fmt,...) |
Variables | |
| int | ogprintOff = 0x1 |
| int | printOff = 0x0 |
| int kprintf | ( | const char * | fmt, | |
| ... | ||||
| ) |
| int sprintf | ( | char * | buf, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 51 of file kprintf.c.
References vaEnd, vaStart, and vsprintf().
Here is the call graph for this function:

| int ogprintOff = 0x1 |
1.4.7