| 14 | } |
| 15 | |
| 16 | float Point_lon(SIValue point) { |
| 17 | ASSERT(SI_TYPE(point) == T_POINT); |
| 18 | |
| 19 | return point.point.longitude; |
| 20 | } |
| 21 | |
| 22 | SIValue Point_GetCoordinate(SIValue point, SIValue key) { |
| 23 | ASSERT(SI_TYPE(point) == T_POINT); |
no outgoing calls
no test coverage detected