home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / commands / whereis2.lzh / WHEREIS / SRC / DATE.H < prev    next >
C/C++ Source or Header  |  1991-08-16  |  101b  |  9 lines

  1. /***** Date structure ******/
  2.  
  3. struct date {
  4. short int day;
  5. short int month;
  6. unsigned long year;
  7. };
  8.  
  9.