#pragma once void swap(int* a, int* b); void reverse(char s[]) void itoa(int i, char[] s);