memory nthat
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void swap(int* a, int* b);
|
||||
void reverse(char s[])
|
||||
void itoa(int i, char[] s);
|
||||
void reverse(char* s);
|
||||
char* itoa(int i, char s[] = "");
|
||||
|
||||
Reference in New Issue
Block a user