Next: startTime, Previous: Times, Up: Times [Contents]
initialize a Time structure to zero.
Time
#include <suplib/times.h> Time *clearTime(Time *t);
Time *t the Time to clear
Time *t
the Time to clear
clearTime clears the passed Time structure.
clearTime
It returns a pointer to the passed Time structure.
Diab Jerius