index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
tzset.c
blob: 51afb2858d913ef5da1a154a7e13460fe063c8ac (
plain
)
1
2
3
4
5
6
7
#include <time.h> void tzset(void) { } /* POSIX(1) */