#ifndef parse_HEADER_ #define parse_HEADER_ double parse_double(const char *value); int parse_int(const char *value); #endif