diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-24 09:25:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-24 09:25:25 +0200 |
| commit | 5d105cb483a42467f64fa1e824a7c9a690a49b78 (patch) | |
| tree | 2c6ad34e98f93dca9f4cc39c86355f1824b5af6d /src/gie.c | |
| parent | 343bb744a2320b50407cf4337e2b3e76428c99e9 (diff) | |
| parent | 1d2d1ee73ed2100e5587f5070f97245fcc03cbee (diff) | |
| download | PROJ-5d105cb483a42467f64fa1e824a7c9a690a49b78.tar.gz PROJ-5d105cb483a42467f64fa1e824a7c9a690a49b78.zip | |
Merge pull request #1013 from schwehr/proj_strtod_header
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); |
