All: rename every function from UpperCamelCase to snake_case
This was a mess since I didn't know which to use but now I decided to go with snake_case :)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
int putchar(int c)
|
||||
{
|
||||
#if defined(__is_libk)
|
||||
Kernel::Panic("Please use kprint() instead of stdio");
|
||||
Kernel::panic("Please use kprint() instead of stdio");
|
||||
#else
|
||||
abort();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user