summaryrefslogtreecommitdiff
path: root/gnulib/modules/xstrtoll
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/xstrtoll')
m---------gnulib0
-rw-r--r--gnulib/modules/xstrtoll30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/xstrtoll b/gnulib/modules/xstrtoll
new file mode 100644
index 0000000..a5da211
--- /dev/null
+++ b/gnulib/modules/xstrtoll
@@ -0,0 +1,30 @@
+Description:
+Convert string to 'long long' or 'unsigned long long', with error checking.
+
+Files:
+lib/xstrtoll.c
+lib/xstrtoull.c
+
+Depends-on:
+strtoll
+strtoull
+xstrtol
+
+configure.ac:
+AC_LIBOBJ([xstrtoll])
+AC_LIBOBJ([xstrtoull])
+AC_TYPE_LONG_LONG_INT
+test $ac_cv_type_long_long_int = no \
+ && AC_MSG_ERROR(
+ [you lack long long support; required by gnulib's xstrtoll module])
+
+Makefile.am:
+
+Include:
+"xstrtol.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering