crete an idle task to run when theres ... umm. .. nothing to do ..
[AROS.git] / compiler / include / utility / date.h
blob236293004fc43e9882382b00f3639b0e94a22d22
1 #ifndef UTILITY_DATE_H
2 #define UTILITY_DATE_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: ClockData
9 Lang: English
12 #ifndef EXEC_TYPES_H
13 # include <exec/types.h>
14 #endif
16 struct ClockData
18 UWORD sec;
19 UWORD min;
20 UWORD hour;
21 UWORD mday;
22 UWORD month;
23 UWORD year;
24 UWORD wday;
27 #endif /* UTILITY_DATE_H */