|
|
1.1 root 1: /* (-lgl
2: * COHERENT Version 3.0
3: * Copyright (c) 1982, 1990 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * Time buffer.
8: */
9:
10: #ifndef TIMEB_H
11: #define TIMEB_H TIMEB_H
12:
13: #include <sys/types.h>
14:
15: struct timeb {
16: time_t time; /* Time since 1970 */
17: unsigned short millitm; /* Milliseconds */
18: short timezone; /* Time zone */
19: short dstflag; /* Daylight saving time applies */
20: };
21:
22: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.