home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / cbm / nduk-v37.lha / V37 / include / utility / date.i < prev    next >
Text File  |  1991-11-27  |  481b  |  30 lines

  1.     IFND    UTILITY_DATE_I
  2. UTILITY_DATE_I    SET    1
  3. **
  4. **    $Filename: utility/date.i $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.2 $
  7. **    $Date: 91/03/04 $
  8. **
  9. **    Date conversion routines ClockData definition.
  10. **
  11. **    (C) Copyright 1989-1991 Commodore-Amiga Inc.
  12. **        All Rights Reserved
  13. **
  14.  
  15.     IFND EXEC_TYPES_I
  16.     INCLUDE    "exec/types.i"
  17.     ENDC
  18.  
  19.  STRUCTURE CLOCKDATA,0
  20.     UWORD    sec
  21.     UWORD    min
  22.     UWORD    hour
  23.     UWORD    mday
  24.     UWORD    month
  25.     UWORD    year
  26.     UWORD    wday
  27.     LABEL    CD_SIZE
  28.  
  29.     ENDC    ; UTILITY_DATE_I
  30.