source:
buchla-68k/orig/DATE/TIMEB.H@
f40d52b
Last change on this file since f40d52b was 3ae31e9, checked in by , 7 years ago | |
---|---|
|
|
File size: 256 bytes |
Line | |
---|---|
1 | /* timeb.h -- Version 1.0 -- ala' BSD4.2 */ |
2 | |
3 | struct 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.