c2d615ec5b6d9f0015437eb07c4cba337c393d2b
[gnulib.git] / modules / strtoumax
1 Description:
2 strtoumax() function: convert string to 'uintmax_t'.
3
4 Files:
5 lib/strtoimax.c
6 lib/strtoumax.c
7 m4/longlong.m4
8 m4/strtoumax.m4
9
10 Depends-on:
11 strtoull
12 verify
13 inttypes-incomplete
14 stdint
15
16 configure.ac:
17 gl_FUNC_STRTOUMAX
18 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
19
20 Makefile.am:
21
22 Include:
23 <inttypes.h>
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert