gnulib-tool now synthesizes the EXTRA_DIST line.
[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
15 Include:
16 <stdlib.h>
17
18 License:
19 GPL
20
21 Maintainer:
22 Jim Meyering