]> git.street.me.uk Git - andy/viking.git/blame - src/coords.c
Fix incorrect GPSBabel/Garmin symbol names.
[andy/viking.git] / src / coords.c
CommitLineData
50a14534
EB
1/*
2coords.c
3borrowed from:
4http://acme.com/software/coords/
5I (Evan Battaglia <viking@greentorch.org>) have only made some small changes such as
6renaming functions and defining LatLon and UTM structs.
72004-02-10 -- I also added a function of my own -- a_coords_utm_diff() -- that I felt belonged in coords.c
82004-02-21 -- I also added a_coords_utm_equal().
161aa492
EB
92005-11-23 -- Added a_coords_dtostr() for lack of a better place.
10
50a14534
EB
11*/
12/* coords.h - include file for coords routines
13**
14