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

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

unix.superglobalmegacorp.com

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