1 2 3 4 5 6 7 8 9 10 11
#ifndef __NUMBERS_H__ #define __NUMBERS_H__ #ifdef __cplusplus extern "C" { #endif int char_to_number(char *st, int *valid); #ifdef __cplusplus } #endif #endif