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