Annotation of 40BSD/cmd/px/opc.c, revision 1.1

1.1     ! root        1: /* Copyright (c) 1979 Regents of the University of California */
        !             2: 
        !             3: static char sccsid[] = "@(#)opc.c 4.1 10/10/80";
        !             4: 
        !             5: #include "OPnames.h"
        !             6: 
        !             7: main()  {
        !             8:        register int i;
        !             9: 
        !            10:        printf("%s\n\n%s\n\n",
        !            11:            "/* Copyright (c) 1979 Regents of the University of California */",
        !            12:            "/* static  char sccsid[] = \"@(#)opc.c 4.1 10/10/80\"; */");
        !            13:        for (i = 0;  i < 256;  i++)
        !            14:                if (otext[i])
        !            15:                        printf("#define O_%s %04o\n", otext[i]+1, i);
        !            16:        exit(0);
        !            17: }

unix.superglobalmegacorp.com

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