#include "kernel.h"#include "proc.h"#include <unistd.h>#include <signal.h>#include <minix/sys_config.h>#include "../lib/sysutil/kprintf.c"Go to the source code of this file.
Defines | |
| #define | printf kprintf |
Functions | |
| PUBLIC void | panic (char *what, char *mess, int nr) |
| PUBLIC void | minix_panic (char *mess, int nr) |
| PUBLIC void | kputc (int c) |
1.5.8