#pragma once void reverse( char *buf, int size ); void inverse( char *buf, int size ); int count( char* buf, int size );