home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cuj9301.zip / 1101020A < prev    next >
Text File  |  1992-11-09  |  270b  |  15 lines

  1. /* xtinfo.h internal header */
  2.  
  3.         /* type definitions */
  4. typedef struct {
  5.     const char *_Ampm;
  6.     const char *_Days;
  7.     const char *_Formats;
  8.     const char *_Isdst;
  9.     const char *_Months;
  10.     const char *_Tzone;
  11.     } _Tinfo;
  12.         /* declarations */
  13. extern _Tinfo _Times;
  14.  
  15.