summaryrefslogtreecommitdiff
path: root/gnulib/modules/strtoull
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/strtoull')
m---------gnulib0
-rw-r--r--gnulib/modules/strtoull31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/strtoull b/gnulib/modules/strtoull
new file mode 100644
index 0000000..6bb66fe
--- /dev/null
+++ b/gnulib/modules/strtoull
@@ -0,0 +1,31 @@
+Description:
+strtoull() function: convert string to 'unsigned long long'.
+
+Files:
+lib/strtol.c
+lib/strtoul.c
+lib/strtoull.c
+m4/longlong.m4
+m4/strtoull.m4
+
+Depends-on:
+stdlib
+
+configure.ac:
+gl_FUNC_STRTOULL
+if test $HAVE_STRTOULL = 0; then
+ AC_LIBOBJ([strtoull])
+ gl_PREREQ_STRTOULL
+fi
+gl_STDLIB_MODULE_INDICATOR([strtoull])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPL
+
+Maintainer:
+glibc