Add a license tag to every module.
[gnulib.git] / modules / xstrtoimax
1 Description:
2 Convert string to 'intmax_t', with error checking.
3
4 Files:
5
6 lib/xstrtoimax.c
7 m4/xstrtoimax.m4
8
9 Depends-on:
10 xstrtol
11 strtoimax
12
13 configure.ac:
14 gl_XSTRTOIMAX
15
16 Makefile.am:
17 lib_SOURCES += xstrtoimax.c
18
19 Include:
20 "xstrtol.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert
27