home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / modulessrc / utility / date.e next >
Text File  |  1995-07-05  |  294b  |  14 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. OBJECT clockdata
  5.   sec:INT  -> This is unsigned
  6.   min:INT  -> This is unsigned
  7.   hour:INT  -> This is unsigned
  8.   mday:INT  -> This is unsigned
  9.   month:INT  -> This is unsigned
  10.   year:INT  -> This is unsigned
  11.   wday:INT  -> This is unsigned
  12. ENDOBJECT     /* SIZEOF=14 */
  13.  
  14.