delorie.com/djgpp/doc/libc/libc_127.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <time.h> char *ctime(const time_t *cal); |
This function returns an ASCII representation of the time in cal.
This is equivalent to asctime(localtime(cal))
. See section asctime.
See section localtime.
The ascii representation of the time.
ANSI/ISO C | C89; C99 |
POSIX | 1003.2-1992; 1003.1-2001 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |