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
arch/ppc-sam440: oops - found my missing KrnCli/KrnSti implementations
[AROS.git]
/
rom
/
dos
/
date.h
blob
d556a3d2abb3cfb848c88907dfc977e58cda8f81
1
#ifndef _DATE_H
2
#define _DATE_H
3
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
[];
8
9
#endif
/* _DATE_H */