]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - include/ansi_stdlib.h
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / include / ansi_stdlib.h
index a720cb9bcbcd94f567130146a6009b814c5126df..3a354f28ddf2708a08559ab7afa5a5efe89687c4 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 ();