1 #ifndef compatibility_hpp
2 #define compatibility_hpp
10 long long int strtoll(
const char *nptr,
char **endptr,
int base);
14 float strtof (
const char *nptr,
char **endptr);
17 #ifndef HAVE_LOCALTIME_R
21 struct tm *localtime_r(
const time_t *clock,
struct tm *result);
26 #define snprintf _snprintf