caos-with-snake/console.h
Alexander Myltsev 6e5222e2e3 Initial commit
2023-01-13 13:07:06 +04:00

5 lines
73 B
C

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