build: ensure sys/select.h is included
[coreutils.git] / gl / modules / xdectoint
blobcbd37266602828925d244f3b2d65578ae47a4e8e
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 xstrtoimax
15 xstrtoumax
17 configure.ac:
19 Makefile.am:
20 lib_SOURCES += xdectoimax.c xdectoumax.c
22 Include:
23 "xdectoint.h"
25 License:
26 GPL
28 Maintainer:
29 all