C Tutorial/time.h/asctime — различия между версиями

Материал из C\C++ эксперт
Перейти к: навигация, поиск
м (1 версия: Импорт контента...)
 
(нет различий)

Версия 17:21, 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:


<source lang="cpp">day month date hours:minutes:seconds year\n\0</source>