unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / strtoll
blob5d00f5c3d356bdebd9f6f664cf5a7db917f76e8b
1 Description:
2 strtoll() function: convert string to 'long long'.
4 Files:
5 lib/strtol.c
6 lib/strtoll.c
7 m4/strtoll.m4
9 Depends-on:
10 limits-h
11 stdlib
13 configure.ac:
14 gl_FUNC_STRTOLL
15 gl_CONDITIONAL([GL_COND_OBJ_STRTOLL],
16                [test $HAVE_STRTOLL = 0 || test $REPLACE_STRTOLL = 1])
17 AM_COND_IF([GL_COND_OBJ_STRTOLL], [
18   gl_PREREQ_STRTOLL
20 gl_STDLIB_MODULE_INDICATOR([strtoll])
22 Makefile.am:
23 if GL_COND_OBJ_STRTOLL
24 lib_SOURCES += strtoll.c
25 endif
27 Include:
28 <stdlib.h>
30 License:
31 LGPL
33 Maintainer:
34 glibc