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

Files:
lib/xstrtoll.c
lib/xstrtoull.c

Depends-on:
limits-h
strtoll
strtoull
xstrtol

configure.ac:

Makefile.am:
lib_SOURCES += xstrtoll.c xstrtoull.c

Include:
"xstrtol.h"

License:
GPL

Maintainer:
Jim Meyering