SilverScreen Solid Modeler

strtime

strtime

Previous topic Next topic  

strtime

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

 

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

strdate , strftime