Etiket arşivi: localtime

localtime

2.15.7 localtime Declaration: struct tm *localtime(const time_t *timer); The value of timer is broken up into the structure tm and expressed in the local time zone. A pointer to the structure is returned. Example: #include<time.h> #include<stdio.h> int main(void) { time_t timer; timer=time(NULL); … Okumaya devam et

Kütüphane, time.h kategorisine gönderildi | , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın