Searched defs:tz_coord (Results 1 – 1 of 1) sorted by relevance
64 struct tz_coord { /* coordinates */ struct65 int lat_sign;66 unsigned int lat_degree;67 unsigned int lat_minute;68 unsigned int lat_second;69 int long_sign;70 unsigned int long_degree;71 unsigned int long_minute;72 unsigned int long_second;73 } tz_coord; member