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