1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/date/date_tmx.h

20 lines
234 B
C
Raw Normal View History

struct tmx {
VALUE year;
int yday;
int mon;
int mday;
int hour;
int min;
int sec;
int wday;
VALUE offset;
const char *zone;
VALUE timev;
};
/*
Local variables:
c-file-style: "ruby"
End:
*/