1#ifndef compatibility_hpp
2#define compatibility_hpp
10long long int strtoll(
const char *nptr,
char **endptr,
int base);
13float strtof (
const char *nptr,
char **endptr);
15#ifndef HAVE_LOCALTIME_R
19struct tm *localtime_r(
const time_t *clock,
struct tm *result);
23#define snprintf _snprintf