(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
LONG CompareDates (date1 , date2)
LOCATION
In DOSBase at offset 123
SYNOPSIS
struct DateStamp * date1
struct DateStamp * date2
FUNCTION
Compares two dates.
INPUTS
date1, date2 - The two dates to compare.
RESULT
<0 if date1 is later than date2, ==0 if they are equal or >0 if date2 is later than date1.
EXAMPLE
SEE ALSO
NOTES
This is NOT the same ordering as strcmp() !
BUGS
INTERNALS
HISTORY