#pragma once void printk(const char* msg); _Noreturn void panic(const char* msg);