ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / strtoull
blob7f94bcab615bab64a87c5dcde8ba311af697063e
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/longlong.m4
9 m4/strtoull.m4
11 Depends-on:
12 limits-h
13 stdlib
15 configure.ac:
16 gl_FUNC_STRTOULL
17 if test $HAVE_STRTOULL = 0; then
18   AC_LIBOBJ([strtoull])
19   gl_PREREQ_STRTOULL
21 gl_STDLIB_MODULE_INDICATOR([strtoull])
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 LGPL
31 Maintainer:
32 glibc