1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 23:03:39 +00:00

redundancy elimination

SCCS-file: difftime.c
SCCS-SID: 7.17
This commit is contained in:
Arthur David Olson
2004-11-09 14:46:42 -05:00
committed by Paul Eggert
parent dca47d48c1
commit 60e3de6a53

View File

@ -11,8 +11,7 @@ static char elsieid[] = "%W%";
/*LINTLIBRARY*/
#include "sys/types.h" /* for time_t */
#include "private.h" /* for TYPE_INTEGRAL and TYPE_SIGNED */
#include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
double
difftime(time1, time0)