Annotation of researchv10no/cmd/asd/mkpkg.c, revision 1.1

1.1     ! root        1: #include "asd.h"
        !             2: 
        !             3: main (argc, argv)
        !             4:        int argc;
        !             5:        char **argv;
        !             6: {
        !             7:        register int i;
        !             8:        static int errbuf[BUFSIZ];
        !             9: 
        !            10:        setbuf (stderr, errbuf);
        !            11: 
        !            12:        getargs (argc, argv, "vx:X:D:", (int (*)) 0);
        !            13: 
        !            14:        pkgstart();
        !            15:        for (i = optind; i < argc; i++)
        !            16:                pkgfile (argv[i]);
        !            17: 
        !            18:        i = pkgend();
        !            19: 
        !            20:        return i;
        !            21: }

unix.superglobalmegacorp.com

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