Crossware

Table of Contents        Previous topic       Next topic       

C LIBRARY FUNCTIONS->Detailed Descriptions->difftime()

Summary

#include <time.h>

double difftime(time_t time1, time_t time0)

Parameters

time0    Beginning time

time1    Ending time


Description

This function computes the difference between two supplied time values time0 and time1.


Return

This function returns the elapsed time in seconds between time0 and time1.