Annotation of 3BSD/libc/sys/vwrite.s, revision 1.1

1.1     ! root        1: # C library -- vwrite
        !             2: 
        !             3: # nwritten = vwrite(file, buffer, count);
        !             4: #
        !             5: # nwritten == -1 means error
        !             6: 
        !             7:        .set    vwrite,4+64
        !             8: .globl _vwrite
        !             9: .globl  cerror
        !            10: 
        !            11: _vwrite:
        !            12:        .word   0x0000
        !            13:        chmk    $vwrite
        !            14:        bcc     noerror
        !            15:        jmp     cerror
        !            16: noerror:
        !            17:        ret

unix.superglobalmegacorp.com

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