Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>ctime</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ctime
=====

Syntax
------

     #include <time.h>
     
     char *ctime(const time_t *cal);

Description
-----------

This function returns an ASCII representation of the time in CAL.  This
is equivalent to `asctime(localtime(cal))'.  asctime:.  *Note   
localtime::.

Return Value
------------

The ascii representation of the time.


See Also: asctime

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson