index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
test-pledge.c
blob: ab2dfb4740816e18509cc4717b9af3b9ce50e1f0 (
plain
) (
tree
)
76c7674a
1
2
3
4
5
6
7
#include <unistd.h>
int
main
(
void
)
{
return
!!
pledge
(
"stdio"
,
NULL
);
}