Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / time / tzset.c
1 /*
2  * tzset - set timezone information
3  */
4 /* $Id: tzset.c,v 1.4 1994/06/24 11:58:29 ceriel Exp $ */
5
6 /* This function is present for System V && POSIX */
7
8 #include        <time.h>
9 #include        "loc_time.h"
10
11 void
12 tzset(void)
13 {
14         _tzset();       /* does the job */
15 }