|
||
char *strtime( char *buf )
char *buf; /* character buffer to receive time string */
|
|
|
Synopsis |
#include "time.h"
The strtime function copies the system date into buf as hh:mm:ss.
|
|
Parameters |
buf is the address of a character buffer that is to receive the time string.
|
|
Return Value |
strtime returns buf .
|
|
See Also |
|
|
|
|