summaryrefslogtreecommitdiffstats
path: root/posixtz.h
blob: 31337233a7ce1407b6fa80f105767172835be3d8 (plain)
1
2
3
4
5
6
#ifndef POSIXTZ_H
#define POSIXTZ_H

char *posix_tz(const char *filename);

#endif