/* */ #ifndef _D_LOCALTIME_R_H #define _D_LOCALTIME_R_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include #undef localtime_r struct tm* localtime_r(const time_t* clock, struct tm* result); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* not _D_LOCALTIME_R_H */