NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility date.h / .i hooks.h / .i name.h / .i pack.h / .i tagitem.h / .i utility.h / .i workbench GuruMeditation | #ifndef UTILITY_DATE_H #define UTILITY_DATE_H /* ** $VER: date.h 39.1 (20.1.1992) ** Includes Release 45.1 ** ** Date conversion routines ClockData definition. ** ** (C) Copyright 1989-2001 Amiga, Inc. ** All Rights Reserved */ /*****************************************************************************/ #ifndef EXEC_TYPES_H #include <exec/types.h> #endif /*****************************************************************************/ struct ClockData { UWORD sec; UWORD min; UWORD hour; UWORD mday; UWORD month; UWORD year; UWORD wday; }; /*****************************************************************************/ #endif /* UTILITY_DATE_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |