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