git.ckatri.com
/
mandoc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
While we do not recommend the idiom ".Fl Fl long" for long options
[mandoc.git]
/
test-reallocarray.c
1
#include <stdlib.h>
2
3
int
4
main
(
void
)
5
{
6
return
!
reallocarray
(
NULL
,
2
,
2
);
7
}