Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xstrtol @ 4172:5321105558d8
Add module descriptions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 13 Jan 2003 16:07:17 +0000 |
parents | 632b6cf5063f |
children | 3ccc6d0d52bb |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Convert string to 'long` or 'unsigned long', with error checking. |
4110 | 3 |
4 Files: | |
5 lib/xstrtol.h | |
6 lib/xstrtol.c | |
7 lib/xstrtoul.c | |
8 m4/ulonglong.m4 | |
9 m4/longlong.m4 | |
10 m4/stdint_h.m4 | |
11 m4/inttypes_h.m4 | |
12 m4/uintmax_t.m4 | |
13 m4/intmax_t.m4 | |
14 m4/xstrtol.m4 | |
15 | |
16 Depends-on: | |
17 | |
18 configure.ac: | |
19 gl_XSTRTOL | |
20 | |
21 Makefile.am: | |
22 lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c | |
23 | |
24 Include: | |
25 "xstrtol.h" | |
26 |