repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/tcp_stream: Set message size on both send and receive sides
[dragonfly.git]
/
contrib
/
mdocml
/
test-reallocarray.c
blob
9a514e8eaf9f159dfe91761195f4041865cd3f9c
1
#include <stdlib.h>
2
3
int
4
main
(
void
)
5
{
6
return
( !
reallocarray
(
NULL
,
2
,
2
));
7
}