summaryrefslogtreecommitdiff
path: root/gl/modules/xdectoint
blob: 90a278c0be052b9450e2a761d9b10d5ba9d014a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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