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

Files:
lib/xstrtol.h
lib/xstrtol.c
lib/xstrtoul.c
m4/xstrtol.m4

Depends-on:
assure
intprops
stdckdint
stdint

configure.ac:
gl_XSTRTOL

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

Include:
"xstrtol.h"

License:
GPL

Maintainer:
Jim Meyering