#include "kernel.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
Functions | |
void | DebugMessage (char *szFormat,...) |
Writes a message into the debug file using the label "Message:". | |
void | DebugWarning (char *szFormat,...) |
Writes a message into the debug file using the label "Warning:". | |
void | DebugError (char *szFormat,...) |
Writes a message into the debug file using the label "Error:". | |
void | DebugFatal (char *szFormat,...) |
Writes a message into the debug file using the label "Fatal:" and halts the kernel. |