Hash :
e8764024
Author :
Date :
2011-04-24T23:27:44
strtoll: remove dependency on strtol This is so that 'configure' need not check for strtol merely because the application needs strtoll. * modules/strtoll (Files): Add lib/strtol.c. (Depends-on): Remove strtol.
Description:
strtoll() function: convert string to 'long long'.
Files:
lib/strtol.c
lib/strtoll.c
m4/longlong.m4
m4/strtoll.m4
Depends-on:
stdlib
configure.ac:
gl_FUNC_STRTOLL
gl_STDLIB_MODULE_INDICATOR([strtoll])
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
glibc