index
:
mandoc.git
VERSION_1_12
VERSION_1_13
bapt
cameronkatri
main
master
origin
version_0
A git conversion mirror of mandoc.bsd.lv
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
test-pledge.c
blob: ab2dfb4740816e18509cc4717b9af3b9ce50e1f0 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <unistd.h> int main(void) { return !!pledge("stdio", NULL); }