SilverScreen Solid Modeler

strdate

strdate

Previous topic Next topic  

strdate

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

 

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

strtime , strftime