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

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

Imported original source code.

  • Property mode set to 100755
File size: 256 bytes
RevLine 
[3ae31e9]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.