Kernel panic
This commit is contained in:
@@ -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 = "");
|
||||
|
||||
Reference in New Issue
Block a user