* crc.c (crc32_update): Actually use crc parameter, suggested by
[gnulib.git] / modules / strtoimax
1 Description:
2 strtoimax() function: convert string to 'intmax_t'.
3
4 Files:
5 lib/strtoimax.c
6 m4/longlong.m4
7 m4/stdint_h.m4
8 m4/inttypes_h.m4
9 m4/intmax_t.m4
10 m4/strtoimax.m4
11
12 Depends-on:
13 strtoll
14 verify
15
16 configure.ac:
17 gl_FUNC_STRTOIMAX
18
19 Makefile.am:
20
21 Include:
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert