summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/localtime_r.h
blob: 2e7c7aa1491b78536780f9f5ae39107a478a124a (plain)
1
2
3
4
5
6
7
#ifndef PBD_LOCALTIME_R
#define PBD_LOCALTIME_R
#include <time.h>

extern struct tm *localtime_r(const time_t *const timep, struct tm *p_tm);

#endif