table of contents
other versions
other sections
DIFFTIME(3) | Linux Programmer's Manual | DIFFTIME(3) |
NOME¶
difftime - calcula a diferença de tempo
SINOPSE¶
#include <time.h> double difftime(time_t time1, time_t time0);
DESCRIÇÃO¶
A função difftime() retorna o número de segundos transcorridos entre time1 e time0. Os dois são definidos em termos do tempo decorrido desde 00:00:00 de 1 de Janeiro de 1970, (Coordinated Universal Time - UTC).
DE ACORDO COM¶
SVID 3, BSD 4.3, ISO 9899
VER TAMBÉM¶
date(1), gettimeofday(2), time(2), ctime(3), gmtime(3), localtime(3)
TRADUZIDO POR LDP-BR em 21/08/2000.¶
Paulo César Mendes <drpc@ism.com.br> (tradução) xxxxxxxxxxxxxxxxxxxxxxxxx <xxx@xxxxxx.xxx.xx> (revisão)
July 2, 1993 | GNU |