mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-12 15:06:44 +02:00
30 lines
345 B
Plaintext
30 lines
345 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
|
||
|
|
xstrtoimax
|
||
|
|
xstrtoumax
|
||
|
|
|
||
|
|
configure.ac:
|
||
|
|
|
||
|
|
Makefile.am:
|
||
|
|
lib_SOURCES += xdectoimax.c xdectoumax.c
|
||
|
|
|
||
|
|
Include:
|
||
|
|
"xdectoint.h"
|
||
|
|
|
||
|
|
License:
|
||
|
|
GPL
|
||
|
|
|
||
|
|
Maintainer:
|
||
|
|
all
|