630ae928b6579f30de96eb06797803cab089b4f5
[gnulib.git] / modules / calloc
1 Description:
2 calloc() function that is glibc compatible.
3
4 Files:
5 lib/calloc.c
6 m4/calloc.m4
7
8 Depends-on:
9
10 configure.ac:
11 AC_FUNC_CALLOC
12
13 Makefile.am:
14 EXTRA_DIST += calloc.c
15
16 Include:
17 <stdlib.h>
18
19 License:
20 GPL
21
22 Maintainer:
23 Jim Meyering