feat: panic, printf, logo and something i dont remember

This commit is contained in:
Karina
2025-12-21 16:59:33 +04:00
parent 1977e5b02b
commit 30b786c891
15 changed files with 2790 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
__attribute__((noreturn)) void panic(const char *msg);