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