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