Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
[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 strtoul
11
12 configure.ac:
13 gl_FUNC_STRTOULL
14
15 Makefile.am:
16
17 Include:
18 <stdlib.h>
19
20 License:
21 LGPL
22
23 Maintainer:
24 glibc
25