- Define structure pointer to NULL to make the compiler happy
[AROS.git] / rom / dos / date.h
blobd556a3d2abb3cfb848c88907dfc977e58cda8f81
1 #ifndef _DATE_H
2 #define _DATE_H
4 extern const ULONG Dos_DayTable[];
5 extern const char *const Dos_MonthTable[];
6 extern const char *const Dos_WeekTable[];
7 extern const char *const Dos_SubstDateTable[];
9 #endif /* _DATE_H */