source:
buchla-68k/orig/DATE/TIMEB.H@
bef53a9
      
      | Last change on this file since bef53a9 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)
