]> git.cameronkatri.com Git - mandoc.git/blob - test-pledge.c
drop redundant '0' flag from "%02.2X" format string;
[mandoc.git] / test-pledge.c
1 #include <unistd.h>
2
3 int
4 main(void)
5 {
6 return !!pledge("stdio", NULL);
7 }