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