mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-16 12:22:01 +02:00
* gl/lib/xdectoint.c (__xnumtoint): Tell gcc that ‘error’ does not return here. * gl/modules/xdectoint (Depends-on): Add stdbool, verify.
32 lines
360 B
Plaintext
32 lines
360 B
Plaintext
Description:
|
|
Convert decimal string to '[u]intmax_t', with bounds checking and exit on error
|
|
|
|
Files:
|
|
lib/xdectoint.h
|
|
lib/xdectoint.c
|
|
lib/xdectoimax.c
|
|
lib/xdectoumax.c
|
|
|
|
Depends-on:
|
|
error
|
|
errno
|
|
quote
|
|
stdbool
|
|
verify
|
|
xstrtoimax
|
|
xstrtoumax
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xdectoimax.c xdectoumax.c
|
|
|
|
Include:
|
|
"xdectoint.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|