TimeStr

char *TimeStr (void);

Purpose

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.

Parameters

None.

Return Value

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.