This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9a9b973561
freebsd-skq
/
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