NEWS.stable: log cherry-pick [79aac72]->[cc1a9b7] canonicalize-lgpl: use common idiom
[gnulib.git] / modules / strtoull
1 Description:
2 strtoull() function: convert string to 'unsigned long long'.
3
4 Files:
5 lib/strtol.c
6 lib/strtoul.c
7 lib/strtoull.c
8 m4/longlong.m4
9 m4/strtoull.m4
10
11 Depends-on:
12 stdlib
13
14 configure.ac:
15 gl_FUNC_STRTOULL
16 gl_STDLIB_MODULE_INDICATOR([strtoull])
17
18 Makefile.am:
19
20 Include:
21 <stdlib.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 glibc