pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / strtoll
1 Description:
2 strtoll() function: convert string to 'long long'.
3
4 Files:
5 lib/strtol.c
6 lib/strtoll.c
7 m4/longlong.m4
8 m4/strtoll.m4
9
10 Depends-on:
11 stdlib
12
13 configure.ac:
14 gl_FUNC_STRTOLL
15 if test $HAVE_STRTOLL = 0; then
16   AC_LIBOBJ([strtoll])
17   gl_PREREQ_STRTOLL
18 fi
19 gl_STDLIB_MODULE_INDICATOR([strtoll])
20
21 Makefile.am:
22
23 Include:
24 <stdlib.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 glibc