8999 SMBIOS: cleanup 32-bit specific code
[unleashed.git] / usr / src / man / man3c / difftime.3c
blobfccfc9e7472071cd3222e8afcb156beac0cb49a9
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 2002, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DIFFTIME 3C "Jul 24, 2002"
7 .SH NAME
8 difftime \- computes the difference between two calendar times
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <time.h>
14 \fBdouble\fR \fBdifftime\fR(\fBtime_t\fR \fItime1\fR, \fBtime_t\fR \fItime0\fR);
15 .fi
17 .SH DESCRIPTION
18 .sp
19 .LP
20 The \fBdifftime()\fR function computes the difference between two  calendar
21 times.
22 .SH RETURN VALUES
23 .sp
24 .LP
25 The \fBdifftime()\fR functions returns the difference \fI(time1-time0)\fR
26 expressed in seconds as a \fBdouble\fR.
27 .SH USAGE
28 .sp
29 .LP
30 The \fBdifftime()\fR function is provided because there are no general
31 arithmetic properties defined for type \fBtime_t\fR.
32 .SH ATTRIBUTES
33 .sp
34 .LP
35 See \fBattributes\fR(5) for descriptions of the following attributes:
36 .sp
38 .sp
39 .TS
40 box;
41 c | c
42 l | l .
43 ATTRIBUTE TYPE  ATTRIBUTE VALUE
45 Interface Stability     Standard
47 MT-Level        MT-Safe
48 .TE
50 .SH SEE ALSO
51 .sp
52 .LP
53 \fBctime\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)