Mercurial > hg > octave-kai > gnulib-hg
annotate modules/strtoull @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 |
parents | 5ba286cacd14 |
children | 66414a3e577c |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 strtoull() function: convert string to 'unsigned long long'. |
4110 | 3 |
4 Files: | |
5 lib/strtoull.c | |
9431
5ba286cacd14
Ensure AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT are consistent.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
6 m4/longlong.m4 |
4110 | 7 m4/strtoull.m4 |
8 | |
9 Depends-on: | |
10 strtoul | |
11 | |
12 configure.ac: | |
13 gl_FUNC_STRTOULL | |
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 |