return a string representation the passed Time
structure.
#include <suplib/times.h>char *stringTime(Time *time);
Time *time
- Not Documented.
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
.
It returns a pointer to a printable string.
Diab Jerius