summaryrefslogtreecommitdiff
path: root/gnulib/modules/strtoll
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/strtoll')
m---------gnulib0
-rw-r--r--gnulib/modules/strtoll27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/strtoll b/gnulib/modules/strtoll
new file mode 100644
index 00000000..738c9efe
--- /dev/null
+++ b/gnulib/modules/strtoll
@@ -0,0 +1,27 @@
+Description:
+strtoll() function: convert string to 'long long'.
+
+Files:
+lib/strtoll.c
+m4/longlong.m4
+m4/strtoll.m4
+
+Depends-on:
+stdlib
+strtol
+
+configure.ac:
+gl_FUNC_STRTOLL
+gl_STDLIB_MODULE_INDICATOR([strtoll])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPL
+
+Maintainer:
+glibc
+