C Tutorial/time.h/asctime — различия между версиями
Admin (обсуждение | вклад) м (1 версия: Импорт контента...) |
|
(нет различий)
|
Текущая версия на 10:32, 25 мая 2010
asctime
Item Value Header file time.h Declaration char *asctime(const struct tm *ptr); Return returns a string for tm in the following form:
day month date hours:minutes:seconds year\n\0