|
|
1.1 ! root 1: #include <stdio.h> ! 2: main() ! 3: { ! 4: int i, fd; ! 5: ! 6: fd = open("quux", 0); ! 7: fprintf(stderr, "open(quux, 0) returns %d\n", fd); ! 8: if (fd < 0) ! 9: exit(1); ! 10: fprintf(stderr, "close(fd) returns %d\n", close(fd)); ! 11: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.