summaryrefslogtreecommitdiff
path: root/src/time/tzname.c
blob: 02a4beaa7f70ca98404c419fbc1ea867ac7bc520 (plain)
1
2
3
4
5
6
7
8
9
10
#if 0

#include <time.h>
char * tzname[2];
/*
POSIX(1)
*/


#endif