#pragma once void swap(int* a, int* b); void reverse(char* s); char* itoa (int i, char* s = ""); char* itohx(int i, char* s = "");