diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-05 23:27:27 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-05 23:27:27 +0000 |
commit | 184aaab6f9d672e5ba78820fbab68d89e0254470 (patch) | |
tree | 4a665aa9dc9e9b7345151c3368d2571d6c0f2cf6 /lib/c-strtod.h | |
parent | 7d2033d8ef060992650f8b7ce07da226b9556fa7 (diff) | |
download | gnulib-184aaab6f9d672e5ba78820fbab68d89e0254470.tar.gz |
Imported from coreutils.
Diffstat (limited to 'lib/c-strtod.h')
-rw-r--r-- | lib/c-strtod.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/c-strtod.h b/lib/c-strtod.h new file mode 100644 index 0000000000..ca9a9e7c2c --- /dev/null +++ b/lib/c-strtod.h @@ -0,0 +1,2 @@ +double c_strtod (char const *, char **); +long double c_strtold (char const *, char **); |