Kernel panic

This commit is contained in:
Ben
2019-04-30 19:32:23 +01:00
parent fdff77afd1
commit 390fc87c20
18 changed files with 323 additions and 90 deletions

View File

@@ -2,4 +2,5 @@
void swap(int* a, int* b);
void reverse(char* s);
char* itoa(int i, char s[] = "");
char* itoa (int i, char* s = "");
char* itohx(int i, char* s = "");