From 1d2d1ee73ed2100e5587f5070f97245fcc03cbee Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Wed, 23 May 2018 10:07:49 -0700 Subject: Use proj_strtod.h for proj_strtod and proj_atof --- src/gie.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/gie.c') diff --git a/src/gie.c b/src/gie.c index e0effaa4..4f937a35 100644 --- a/src/gie.c +++ b/src/gie.c @@ -116,6 +116,7 @@ Thomas Knudsen, thokn@sdfe.dk, 2017-10-01/2017-10-08 #include "proj.h" #include "proj_internal.h" #include "proj_math.h" +#include "proj_strtod.h" #include "projects.h" #include "optargpm.h" @@ -154,10 +155,6 @@ static const char *gie_tags[] = { static const size_t n_gie_tags = sizeof gie_tags / sizeof gie_tags[0]; -/* from proj_strtod.c */ -double proj_strtod(const char *str, char **endptr); -double proj_atof(const char *str); - int main(int argc, char **argv); static int dispatch (const char *cmnd, const char *args); -- cgit v1.2.3