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


6.1 clearTime

initialize a Time structure to zero.

Synopsis

#include <suplib/times.h>

Time *clearTime(Time *t);

Parameters

Time *t

the Time to clear

Description

clearTime clears the passed Time structure.

Returns

It returns a pointer to the passed Time structure.

Author

Diab Jerius