Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / strtoll
1 Description:
2 strtoll() function: convert string to 'long long'.
3
4 Files:
5 lib/strtoll.c
6 m4/longlong.m4
7 m4/strtoll.m4
8
9 Depends-on:
10 strtol
11
12 configure.ac:
13 gl_FUNC_STRTOLL
14
15 Makefile.am:
16 EXTRA_DIST += strtoll.c
17
18 Include:
19 <stdlib.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 glibc
26