#pragma once char *itoa( int v, char *s, int base ); void exit( int status );