6 lines
93 B
C
6 lines
93 B
C
#pragma once
|
|
|
|
void swap(int* a, int* b);
|
|
void reverse(char s[])
|
|
void itoa(int i, char[] s);
|