Penguin
Annotated edit history of difftime(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DIFFTIME
2 !!!DIFFTIME
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 difftime - calculate time difference
13 !!SYNOPSIS
14
15
16 __#include
17 __ ''time1''__, time_t__ ''time0''__);
18 __
19 !!DESCRIPTION
20
21
22 The __difftime()__ function returns the number of seconds
23 elapsed between time ''time1'' and time ''time0''. The
24 two times are specified in calendar time, which represents
25 the time elapsed since 00:00:00 on January 1, 1970,
26 Coordinated Universal Time (UTC).
27 !!CONFORMING TO
28
29
30 SVID 3, BSD 4.3, ISO 9899
31 !!SEE ALSO
32
33
34 date(1), gettimeofday(2), time(2),
35 ctime(3), gmtime(3),
36 localtime(3)
37 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.