Annotation of researchv10no/cmd/sdb/ss.c, revision 1.1

1.1     ! root        1: #include <stdio.h>
        !             2: 
        !             3: main(argc, argv)
        !             4: int argc;
        !             5: char **argv;
        !             6: {
        !             7:        FILE *fp;
        !             8: 
        !             9:        if ((fp = fopen(".", "r")) == NULL)
        !            10:                perror(".");
        !            11:        exit(0);
        !            12: }

unix.superglobalmegacorp.com

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