summaryrefslogtreecommitdiff
path: root/gnulib/modules/xstrtoumax
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/xstrtoumax')
m---------gnulib0
-rw-r--r--gnulib/modules/xstrtoumax23
2 files changed, 23 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/xstrtoumax b/gnulib/modules/xstrtoumax
new file mode 100644
index 00000000..0d8ad36f
--- /dev/null
+++ b/gnulib/modules/xstrtoumax
@@ -0,0 +1,23 @@
+Description:
+Convert string to 'uintmax_t', with error checking.
+
+Files:
+lib/xstrtoumax.c
+
+Depends-on:
+xstrtol
+strtoumax
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += xstrtoumax.c
+
+Include:
+"xstrtol.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert