source: buchla-68k/orig/DATE/TIMEB.H

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 256 bytes
Line 
1/* timeb.h -- Version 1.0 -- ala' BSD4.2 */
2
3struct timeb {
4 time_t time;
5 unsigned short millitm;
6 short timezone;
7 short dstflag;
8};
9
10#define LOCALTZ -480
11#define LOCALDF 1
12
Note: See TracBrowser for help on using the repository browser.