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: f99e685d8350c6a98901404fbc059b61607c14f9 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdlib.h>
int
main
(
void
)
{
return
!
reallocarray
(
NULL
,
2
,
2
);
}