X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=listati%2Ftm.h;fp=listati%2Ftm.h;h=d4c9ee2521034223e48538652c5c412fb4aad296;hp=0000000000000000000000000000000000000000;hb=cf60963212306540ce7485ed7c86405e143a3352;hpb=6377acba6d39c62ceff07a420e0028bf6e03408c diff --git a/listati/tm.h b/listati/tm.h new file mode 100644 index 0000000..d4c9ee2 --- /dev/null +++ b/listati/tm.h @@ -0,0 +1,13 @@ +struct tm { + int tm_sec; /* seconds */ + int tm_min; /* minutes */ + int tm_hour; /* hours */ + int tm_mday; /* day of the month */ + int tm_mon; /* month */ + int tm_year; /* year */ + int tm_wday; /* day of the week */ + int tm_yday; /* day in the year */ + int tm_isdst; /* daylight saving time */ + long int tm_gmtoff; /* Seconds east of UTC. */ + const char *tm_zone; /* Timezone abbreviation. */ +};