#ifndef __NUMBERS_H__ #define __NUMBERS_H__ int char_to_number(char * st, int * valid); #endif