1: struct tm { /* see ctime(3) */
   2:     int tm_sec;
   3:     int tm_min;
   4:     int tm_hour;
   5:     int tm_mday;
   6:     int tm_mon;
   7:     int tm_year;
   8:     int tm_wday;
   9:     int tm_yday;
  10:     int tm_isdst;
  11: };

Defined struct's

tm defined in line 1; used 14 times

Usage of this include

Last modified: 1983-04-28
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 727
Valid CSS Valid XHTML 1.0 Strict