mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-16 22:42:07 +03:00
* modules/at-internal: Prefer a lib_SOURCES augmentation to an unconditional AC_LIBOBJ. * modules/selinux-at: Likewise. * modules/xmemdup0: Likewise. * modules/xstrtoll: Likewise.
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
|