5 lines
83 B
C
5 lines
83 B
C
#pragma once
|
|
|
|
void printk(const char* msg);
|
|
_Noreturn void panic(const char* msg);
|