xref
: /
freebsd
/
contrib
/
mandoc
/
test-pledge.c
(revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
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