vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / strtoull
blobff83b69af6d6467736a1310e0639549b7153bf7b
1 Description:
2 strtoull() function: convert string to 'unsigned long long'.
4 Files:
5 lib/strtol.c
6 lib/strtoul.c
7 lib/strtoull.c
8 m4/strtoull.m4
10 Depends-on:
11 limits-h
12 stdlib
14 configure.ac:
15 gl_FUNC_STRTOULL
16 if test $HAVE_STRTOULL = 0; then
17   AC_LIBOBJ([strtoull])
18   gl_PREREQ_STRTOULL
20 gl_STDLIB_MODULE_INDICATOR([strtoull])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPL
30 Maintainer:
31 glibc