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