Annotation of 41BSD/cmd/apl/write3.c, revision 1.1

1.1     ! root        1: #include "apl.h"
        !             2: 
        !             3: dofix() {
        !             4:        register unsigned char cha;
        !             5:        extern TERMtype;
        !             6:        register unsigned char  *fixline;
        !             7:        extern unsigned char *iline;
        !             8:        extern  unsigned char changeinput[];
        !             9: 
        !            10:        fixline = iline;
        !            11:        while ( *fixline != '\0' ) {
        !            12:                cha = *fixline;
        !            13:                *fixline++ = changeinput[( int )cha];
        !            14:        }
        !            15: }

unix.superglobalmegacorp.com

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