diff options
Diffstat (limited to 'missing.h')
-rw-r--r-- | missing.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -107,10 +107,6 @@ extern size_t strftime _((char *, size_t, const char *, const struct tm *)); extern char *strstr _((char *, char *)); #endif -#ifndef HAVE_STRTOD -extern double strtod _((const char *, char **)); -#endif - /* #ifndef HAVE_STRTOL extern long strtol _((char *, char **, int)); |