1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-16 22:42:07 +03:00
Files
gnulib/modules/xstrtoll
Bruno Haible 129087dbb4 Prefer lib_SOURCES to unconditional AC_LIBOBJ.
* modules/at-internal: Prefer a lib_SOURCES augmentation to an
unconditional AC_LIBOBJ.
* modules/selinux-at: Likewise.
* modules/xmemdup0: Likewise.
* modules/xstrtoll: Likewise.
2019-12-22 10:57:00 +01:00

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