/*--------------------------------------------------------------------*/ /* d a t e r */ /* */ /* Format the date and time as mm/dd-hh:mm */ /* */ /* Copyright (c) 1991, Andrew H. Derbyshire */ /*--------------------------------------------------------------------*/ #define DATEBUF 12 char *dater( const time_t t , char *buf);