int adl_timediff_to_msecs(struct timeval *a, struct timeval *b)

function is to return difference in msecs between time a and b (ie.

Documentation

function is to return difference in msecs between time a and b (ie. a-b)
Parameters:
a - later time (e.g. current time)
b - earlier time
Returns:
-1 if a is earlier than b, else msecs that passed from b to a

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.