Annotation of researchv10dc/ipc/perf/timing.c, revision 1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.