Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/xstrtoumax @ 17933:7dd80fb0f8e2 master
uniwbrk/u32-wordbreaks-tests: fix copyright
* tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 23 Feb 2015 15:52:58 -0800 |
parents | 19c2e5121b2f |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Convert string to 'uintmax_t', with error checking. |
4110 | 3 |
4 Files: | |
5 lib/xstrtoumax.c | |
6 | |
7 Depends-on: | |
8 xstrtol | |
9 strtoumax | |
10 | |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 lib_SOURCES += xstrtoumax.c | |
15 | |
16 Include: | |
17 "xstrtol.h" | |
18 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
19 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
20 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
21 |
4197 | 22 Maintainer: |
23 Paul Eggert |