Next: , Previous: currentTime, Up: Times   [Contents]


6.5 incTime

add some Time to some other Time

Synopsis

#include <suplib/times.h>

Time *incTime(
  Time *dest,
  Time *inc
);

Parameters

Time *dest

The Time which will be incremented

Time *inc

the Time increment

Description

incTime increments a Time structure by the amount in a another Time structure

Returns

It returns a pointer to the destination Time structure, NULL if either the destination or the increment was a NULL pointer.

Author

Diab Jerius