repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update to lasso handling. Adjust scroll amount based on difference between mouse...
[AROS.git]
/
rom
/
dos
/
date.h
blob
0bebde6e559ed494e47ccbf344fbfbad91d521e9
1
#ifndef _DATE_H
2
#define _DATE_H
3
4
const
ULONG Dos_DayTable
[];
5
const char
*
const
Dos_MonthTable
[];
6
const char
*
const
Dos_WeekTable
[];
7
const char
*
const
Dos_SubstDateTable
[];
8
9
#endif
/* _DATE_H */