Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / strtoimax
blob9f82af45369f1ba2701ed7f36d785ab711cfe180
1 Description:
2 strtoimax() function: convert string to 'intmax_t'.
4 Files:
5 lib/strtoimax.c
6 m4/longlong.m4
7 m4/strtoimax.m4
9 Depends-on:
10 strtoll
11 verify
12 inttypes
13 stdint
15 configure.ac:
16 gl_FUNC_STRTOIMAX
17 gl_INTTYPES_MODULE_INDICATOR([strtoimax])
19 Makefile.am:
21 Include:
22 <inttypes.h>
24 License:
25 GPL
27 Maintainer:
28 Paul Eggert