Ignore one more generated index from makeinfo.
[gnulib.git] / modules / strtoull
1 Description:
2 strtoull() function: convert string to 'unsigned long long'.
3
4 Files:
5 lib/strtoull.c
6 m4/longlong.m4
7 m4/strtoull.m4
8
9 Depends-on:
10 stdlib
11 strtoul
12
13 configure.ac:
14 gl_FUNC_STRTOULL
15 gl_STDLIB_MODULE_INDICATOR([strtoull])
16
17 Makefile.am:
18
19 Include:
20 <stdlib.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 glibc
27