mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 17:31:56 +02:00
* bootstrap.conf, gl/modules/buffer-lcm, gl/modules/randperm: * gl/modules/randread, gl/modules/strnumcmp, gl/modules/targetdir: * gl/modules/xdectoint, gl/modules/xfts: Adjust to recent renaming of Gnulib modules, e.g., stdbool → bool, inttypes → inttypes-h.
32 lines
359 B
Plaintext
32 lines
359 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:
|
|
bool
|
|
error
|
|
errno-h
|
|
quote
|
|
verify
|
|
xstrtoimax
|
|
xstrtoumax
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xdectoimax.c xdectoumax.c
|
|
|
|
Include:
|
|
"xdectoint.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|