home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
commands
/
whereis2.lzh
/
WHEREIS
/
SRC
/
DATE.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-08-16
|
101b
|
9 lines
/***** Date structure ******/
struct date {
short int day;
short int month;
unsigned long year;
};