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