aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2001-04-06 19:14:31 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:53 +0000
commit28ef6c316f1aff914bb95ac09787a3c83c1815fd (patch)
tree2812fe7ffc9beec4f99856906ddfcafda54cf16a /include
parentbb70624e964126b7ac4ff085ba163a9c35ffa18f (diff)
downloadandroid_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.gz
android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.bz2
android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.zip
Imported from ../bash-2.05.tar.gz.
Diffstat (limited to 'include')
-rw-r--r--include/ansi_stdlib.h3
-rw-r--r--include/shtty.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/include/ansi_stdlib.h b/include/ansi_stdlib.h
index a720cb9..3a354f2 100644
--- a/include/ansi_stdlib.h
+++ b/include/ansi_stdlib.h
@@ -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 ();
diff --git a/include/shtty.h b/include/shtty.h
index 9efd3e5..e3e52e3 100644
--- a/include/shtty.h
+++ b/include/shtty.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1999 Free Software Foundation, Inc. */
/* This file is part of GNU Bash, the Bourne Again SHell.