/**
* @file inverse.c
* @brief A test program for geod_inverse()
**********************************************************************/
/* Squelch warnings about scanf */
/**
* A simple program to solve the inverse geodesic problem.
*
* This program reads in lines with lat1, lon1, lat2, lon2 and prints out lines
* with azi1, azi2, s12 (for the WGS84 ellipsoid).
**********************************************************************/
int