source:
buchla-68k/orig/DATE/TIMEB.H@
bf89cfb
| Last change on this file since bf89cfb was 3ae31e9, checked in by , 8 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.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)