|
|
1.1 ! root 1: /* Copyright (c) 1979 Regents of the University of California */ ! 2: ! 3: static char sccsid[] = "@(#)opc.c 1.1 8/27/80"; ! 4: ! 5: #include "OPnames.h" ! 6: ! 7: main() { ! 8: register int i; ! 9: ! 10: for (i = 0; i < 256; i++) ! 11: if (otext[i]) ! 12: printf("#define O_%s %04o\n", otext[i]+1, i); ! 13: exit(0); ! 14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.