Mercurial > hg > octave-kai > gnulib-hg
annotate modules/strtoll @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | 459974cd8b12 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 strtoll() function: convert string to 'long long'. |
4110 | 3 |
4 Files: | |
5 lib/strtoll.c | |
6 m4/longlong.m4 | |
7 m4/strtoll.m4 | |
8 | |
9 Depends-on: | |
10 strtol | |
11 | |
12 configure.ac: | |
13 gl_FUNC_STRTOLL | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 <stdlib.h> | |
19 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
20 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
21 LGPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 |
4197 | 23 Maintainer: |
24 glibc | |
25 |