Set cut_dir properly, and add mode line for Emacs.
[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 stdlib
11 strtol
12
13 configure.ac:
14 gl_FUNC_STRTOLL
15 gl_STDLIB_MODULE_INDICATOR([strtoll])
16
17 Makefile.am:
18
19 Include:
20 <stdlib.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 glibc
27