Add module descriptions.
[gnulib.git] / modules / strtoull
1 Description:
2 strtoull() function: convert string to 'unsigned long long'.
3
4 Files:
5 lib/strtoull.c
6 m4/ulonglong.m4
7 m4/strtoull.m4
8
9 Depends-on:
10 strtoul
11
12 configure.ac:
13 gl_FUNC_STRTOULL
14
15 Makefile.am:
16
17 Include:
18 <stdlib.h>
19