DIFFTIME(3) Linux Programmer's Manual DIFFTIME(3)

NAME

difftime - calculate time difference

SYNOPSIS

#include <time.h> double difftime(time_t time1, time_t time0);

DESCRIPTION

The difftime() function returns the number of seconds elapsed between time time1 and time time0. The two times are specified in calendar time, which represents the time elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC).

CONFORMING TO

SVID 3, BSD 4.3, ISO 9899

SEE ALSO

date, gettimeofday, time, ctime, gmtime, ,





































GNU July 2, 1993 1


Top Master Index Keywords Functions


This manual page was brought to you by mjl_man V-2.0 b right'>Tobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2016-08-19 17:46:32 -0400
committerKalle Valo <kvalo@codeaurora.org>2016-09-03 19:57:18 +0300
commitdce7548fd9700c4c4ecda936dcf7326b9241a6d3 (patch)
tree45bffe511ab235408386884a4a7e44d8c031565d
parente02aa3eef786aab82f9929fea25f5f7e9f77ba69 (diff)
rtl8xxxu: Add bit definitions for REG_FPGA0_TX_INFO
This adds TX antenna selection bit defines for OFDM mode. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat