Previous: diffTime, Up: Times   [Contents]


6.7 stringTime

return a string representation the passed Time structure.

Synopsis

#include <suplib/times.h>

char *stringTime(Time *time);

Parameters

Time *time

Not Documented.

Description

stringTime generates a printable string representing the passed Time structure. The string is rendered into internal storage which will be overwritten by then next call to stringTime.

Returns

It returns a pointer to a printable string.

Author

Diab Jerius