diff modules/atoll @ 10673:8e54ec4dc691

New module 'atoll'.
author Bruno Haible <bruno@clisp.org>
date Sun, 19 Oct 2008 19:11:37 +0200
parents
children efab6978105e
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/atoll
@@ -0,0 +1,26 @@
+Description:
+atoll() function: convert decimal string string to 'long long'.
+
+Files:
+lib/atoll.c
+m4/atoll.m4
+m4/longlong.m4
+
+Depends-on:
+strtoll
+
+configure.ac:
+gl_FUNC_ATOLL
+gl_STDLIB_MODULE_INDICATOR([atoll])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPL
+
+Maintainer:
+all, glibc
+