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