Imported from ../bash-2.05.tar.gz.
[platform/upstream/bash.git] / lib / readline / ansi_stdlib.h
index a720cb9..3a354f2 100644 (file)
@@ -27,6 +27,9 @@
 extern int atoi ();
 extern long int atol ();
 
+extern double atof ();
+extern double strtod ();
+
 /* Memory allocation functions. */
 extern char *malloc ();
 extern char *realloc ();