#ifndef __NUMBERS_H__ #define __NUMBERS_H__ #ifdef __cplusplus extern "C" { #endif int char_to_number(char * st, int * valid); #ifdef __cplusplus } #endif #endif