2.3.9 char* asctime
char* asctime(const struct tm *timeptr)
The asctime function converts the broken-down time of timeptr, into an ascii string in the form
Sun Mar 23 01:03:52 2013
char* asctime(const struct tm *timeptr)
The asctime function converts the broken-down time of timeptr, into an ascii string in the form
Sun Mar 23 01:03:52 2013