Annotation of coherent/d/usr/src/examples/unlink.c, revision 1.1

1.1     ! root        1: main(argc, argv)
        !             2: int argc; char *argv[];
        !             3: {
        !             4:        int i;
        !             5: 
        !             6:        for (i = 1; i < argc; i++) {
        !             7:                if (unlink(argv[i]) == -1) {
        !             8:                        printf("Cannot unlink \"%s\"\n", argv[i]);
        !             9:                        exit(1);
        !            10:                }
        !            11:        }
        !            12:        exit(0);
        !            13: }

unix.superglobalmegacorp.com

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