Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/calloc @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | a4f83e0e605c |
children | 24728c5de40b |
rev | line source |
---|---|
5081 | 1 Description: |
2 calloc() function that is glibc compatible. | |
3 | |
4 Files: | |
5 lib/calloc.c | |
6 m4/calloc.m4 | |
7 | |
8 Depends-on: | |
9190 | 9 calloc-posix |
5081 | 10 |
11 configure.ac: | |
12 AC_FUNC_CALLOC | |
13 | |
14 Makefile.am: | |
15 | |
16 Include: | |
17 <stdlib.h> | |
18 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5081
diff
changeset
|
19 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5081
diff
changeset
|
20 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5081
diff
changeset
|
21 |
5081 | 22 Maintainer: |
23 Jim Meyering |