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:
committed by
Paul Eggert
parent
dca47d48c1
commit
60e3de6a53
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user