coursepointer 0.3.4

Converts waypoints into Garmin FIT course points
Documentation
1
2
3
4
5
6
7
8
// Dummy usage file to be used when the man page isn't available

int usage(int retval, bool /* brief */) {
  ( retval ? std::cerr : std::cout )
    << "For full documentation on @TOOL@, see\n"
    << "    https://geographiclib.sourceforge.io/C++/@PROJECT_VERSION@/@TOOL@.1.html\n";
  return retval;
}