27 lines
304 B
Plaintext
27 lines
304 B
Plaintext
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
|