Next: diffTime, Previous: currentTime, Up: Times
add some Time to some other Time
#include <suplib/times.h>Time *incTime( Time *dest, Time *inc );
Time *dest
- The Time which will be incremented
Time *inc
- the Time increment
incTime
increments a Time
structure by the
amount in a another Time
structure
It returns a pointer to the destination Time
structure,
NULL
if either the destination or the increment was
a NULL
pointer.
Diab Jerius