repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
calloc-gnu
blob
ffc8b50efd221b92752d480e3d68a544de5f274e
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
calloc-posix
10
11
configure.ac:
12
gl_FUNC_CALLOC_GNU
13
if test $REPLACE_CALLOC = 1; then
14
AC_LIBOBJ([calloc])
15
fi
16
gl_MODULE_INDICATOR([calloc-gnu])
17
18
Makefile.am:
19
20
Include:
21
<stdlib.h>
22
23
License:
24
GPL
25
26
Maintainer:
27
Jim Meyering