#include <lib/kprintf.h>
#include <sys/video.h>
#include <ubixos/kpanic.h>
#include <stdarg.h>
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, | |||
| ... | ||||
| ) |
| int ogprintOff = 0x1 |
1.4.7