home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_news_src.lzh / cnews / include / timeb.h < prev   
Encoding:
C/C++ Source or Header  |  1990-11-21  |  155 b   |  10 lines

  1. /*
  2.  * simulation of research unix's <sys/timeb.h> for Uglix.
  3.  */
  4. struct timeb {
  5.     time_t time;
  6.     unsigned short millitm;
  7.     short timezone;
  8.     short dstflag;
  9. };
  10.