index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test-reallocarray.c
blob: 9a514e8eaf9f159dfe91761195f4041865cd3f9c (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdlib.h>
int
main
(
void
)
{
return
( !
reallocarray
(
NULL
,
2
,
2
));
}