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