diff options
| author | Kurt Schwehr <schwehr@google.com> | 2018-05-23 10:07:49 -0700 |
|---|---|---|
| committer | Kurt Schwehr <schwehr@google.com> | 2018-05-23 10:07:49 -0700 |
| commit | 1d2d1ee73ed2100e5587f5070f97245fcc03cbee (patch) | |
| tree | c20ac412085d39d0ca8bdd5b938a744d05d2ed22 /src/gie.c | |
| parent | 37ebb8f9f0cc5083d22f84433fb2de0fdde8be00 (diff) | |
| download | PROJ-1d2d1ee73ed2100e5587f5070f97245fcc03cbee.tar.gz PROJ-1d2d1ee73ed2100e5587f5070f97245fcc03cbee.zip | |
Use proj_strtod.h for proj_strtod and proj_atof
Diffstat (limited to 'src/gie.c')
| -rw-r--r-- | src/gie.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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); |
