File: xdectoint

package info (click to toggle)
coreutils 9.10-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 70,560 kB
  • sloc: ansic: 253,546; sh: 30,931; perl: 8,141; yacc: 1,846; makefile: 198; python: 47; sed: 16
file content (31 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
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:
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