git.ckatri.com
/
mandoc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
column width specifications in tbl(7) HTML output
[mandoc.git]
/
test-pledge.c
1
#include <unistd.h>
2
3
int
4
main
(
void
)
5
{
6
return
!!
pledge
(
"stdio"
,
NULL
);
7
}