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 >
Wrap
Text File
|
1991-11-27
|
481b
|
30 lines
IFND UTILITY_DATE_I
UTILITY_DATE_I SET 1
**
** $Filename: utility/date.i $
** $Release: 2.04 Includes, V37.4 $
** $Revision: 36.2 $
** $Date: 91/03/04 $
**
** Date conversion routines ClockData definition.
**
** (C) Copyright 1989-1991 Commodore-Amiga Inc.
** All Rights Reserved
**
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC
STRUCTURE CLOCKDATA,0
UWORD sec
UWORD min
UWORD hour
UWORD mday
UWORD month
UWORD year
UWORD wday
LABEL CD_SIZE
ENDC ; UTILITY_DATE_I