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