home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
curses_391.lzh
/
Curses
/
examples
/
bio
/
globs.h
< prev
next >
Wrap
Text File
|
1990-10-27
|
477b
|
29 lines
int today, this_month, this_year;
int monlen[2][13] =
{
{
0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
},
{
0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
}
};
char mon_name[13][10] =
{
"Mon err!!",
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
};
char date_string[11]; /* array to store date DD,MM,YYYY\0 */