summaryrefslogtreecommitdiff
path: root/modules/xstrtol
blob: f453cf2e00cc238b4953bf5e34b1395248dc050a (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
32
33
Description:
Convert string to 'long` or 'unsigned long', with error checking.

Files:
lib/xstrtol.h
lib/xstrtol.c
lib/xstrtoul.c
m4/ulonglong.m4
m4/longlong.m4
m4/stdint_h.m4
m4/inttypes_h.m4
m4/uintmax_t.m4
m4/intmax_t.m4
m4/xstrtol.m4

Depends-on:
exitfail
error

configure.ac:
gl_XSTRTOL

Makefile.am:
lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c

Include:
"xstrtol.h"

License:
GPL

Maintainer:
Jim Meyering