char *TimeStr (void);
Returns an 8-character string in the form HH:MM:SS, where HH is the hour, MM is in minutes, and SS is in seconds.
None.
Name | Type | Description |
time | 8-character string | An eight-character string in the form HH:MM:SS, where HH is the hour, MM is in minutes, and SS is in seconds. The string returned is a pointer to an internal buffer. Do not free this string. |