#include #include #include /* taken from Dale Schumacher's dLibs library */ static char timebuf[26]; static char *day[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; static char *month[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}; char *asctime(time) register const struct tm *time; /* * Convert