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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5081
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
1 Description:
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
2 calloc() function that is glibc compatible.
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
3
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
4 Files:
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
5 lib/calloc.c
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
6 m4/calloc.m4
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
7
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
8 Depends-on:
9190
a4f83e0e605c New module 'calloc-posix'.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
9 calloc-posix
5081
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
10
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
11 configure.ac:
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
12 AC_FUNC_CALLOC
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
13
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
14 Makefile.am:
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
15
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
16 Include:
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
17 <stdlib.h>
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
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
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
22 Maintainer:
af4fd5060a09 * modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
23 Jim Meyering