summaryrefslogtreecommitdiff
path: root/libc/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/stdlib.h')
-rw-r--r--libc/include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h
index aeb7a43..11699ca 100644
--- a/libc/include/stdlib.h
+++ b/libc/include/stdlib.h
@@ -24,10 +24,10 @@ extern unsigned long strtoul __P ((const char * nptr,
char ** endptr, int base));
#ifndef __HAS_NO_FLOATS__
extern double strtod __P ((const char * nptr, char ** endptr));
+extern double atof __P ((__const char *__nptr));
#endif
extern long int atol __P ((__const char *__nptr));
-extern double atof __P ((__const char *__nptr));
extern int atoi __P ((__const char *__nptr));
/* Returned by `div'. */