Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strtoll
blob082d7f4ee5b97d3a3b0258db401b7cdd7a916237
1 Description:
2 strtoll() function: convert string to 'long long'.
4 Files:
5 lib/strtol.c
6 lib/strtoll.c
7 m4/longlong.m4
8 m4/strtoll.m4
10 Depends-on:
11 limits-h
12 stdlib
14 configure.ac:
15 gl_FUNC_STRTOLL
16 if test $HAVE_STRTOLL = 0; then
17   AC_LIBOBJ([strtoll])
18   gl_PREREQ_STRTOLL
20 gl_STDLIB_MODULE_INDICATOR([strtoll])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPL
30 Maintainer:
31 glibc