xref
: /
freebsd
/
contrib
/
mandoc
/
test-pledge.c
(revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
unistd.h
>
2
3
int
4
main
(
void
)
5
{
6
return
!!
pledge
(
"stdio"
,
NULL
);
7
}
8