maint: assume non-rare encodings
[coreutils.git] / gl / modules / xdectoint
blob90a278c0be052b9450e2a761d9b10d5ba9d014a8
1 Description:
2 Convert decimal string to '[u]intmax_t', with bounds checking and exit on error
4 Files:
5 lib/xdectoint.h
6 lib/xdectoint.c
7 lib/xdectoimax.c
8 lib/xdectoumax.c
10 Depends-on:
11 error
12 errno
13 quote
14 stdbool
15 verify
16 xstrtoimax
17 xstrtoumax
19 configure.ac:
21 Makefile.am:
22 lib_SOURCES += xdectoimax.c xdectoumax.c
24 Include:
25 "xdectoint.h"
27 License:
28 GPL
30 Maintainer:
31 all