4.3BSD/usr/contrib/spms/src/bin/plog/date.h

Compare this file to the similar file:
Show the results in this format:

/* $Header$ */

/*
 * Date struct definitions
 *
 * Author: Peter J. Nicklin
 */
typedef struct _dt
	{
	int t_sec;
	int t_min;
	int t_hour;
	int t_day;
	int t_mon;
	int t_year;
	} DATE;