panthema / 2006 / SDIOS06 / sdios06 / testapps / stltest / l4 / kdebug.h (Download File)
#include <stdio.h>

void L4_KDB_Enter(const char* msg)
{
	printf("PANIC: %s\n", msg);
	abort();
}