1 #include <unistd.h> 2 3 int 4 main(void) 5 { 6 return !!pledge("stdio", NULL); 7 } 8
Indexes created Sun Mar 01 05:31:48 UTC 2026