home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 487.lha / whereis / date.h < prev    next >
C/C++ Source or Header  |  1991-03-11  |  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.