summaryrefslogtreecommitdiff
path: root/modules/c-strtod
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:27:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:27:27 +0000
commit184aaab6f9d672e5ba78820fbab68d89e0254470 (patch)
tree4a665aa9dc9e9b7345151c3368d2571d6c0f2cf6 /modules/c-strtod
parent7d2033d8ef060992650f8b7ce07da226b9556fa7 (diff)
downloadgnulib-184aaab6f9d672e5ba78820fbab68d89e0254470.tar.gz
Imported from coreutils.
Diffstat (limited to 'modules/c-strtod')
-rw-r--r--modules/c-strtod22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/c-strtod b/modules/c-strtod
new file mode 100644
index 0000000000..70c82bfa0b
--- /dev/null
+++ b/modules/c-strtod
@@ -0,0 +1,22 @@
+Description:
+Convert string to double in C locale.
+
+Files:
+lib/c-strtod.h
+lib/c-strtod.c
+
+Depends-on:
+extensions
+
+configure.ac:
+gl_C_STRTOD
+
+Makefile.am:
+lib_SOURCES += c-strtod.h c-strtod.c
+
+Include:
+"c-strtod.h"
+
+Maintainer:
+Paul Eggert, Jim Meyering
+