This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a1304030b8
freebsd-dev
/
contrib
/
mandoc
/
test-reallocarray.c
8 lines
75 B
C
Raw
Normal View
History
Unescape
Escape
Import mandoc 1.13.1
2014-11-22 18:08:25 +00:00
#
include
<stdlib.h>
int
main
(
void
)
{
Import mdocml CVS snapshot 20160116
2016-01-15 23:08:59 +00:00
return
!
reallocarray
(
NULL
,
2
,
2
)
;
Import mandoc 1.13.1
2014-11-22 18:08:25 +00:00
}
Reference in New Issue
Copy Permalink