Annotation of 41BSD/libc/sys/vread.s, revision 1.1.1.1

1.1       root        1: # C library -- vread
                      2: 
                      3: # nread = vread(file, buffer, count);
                      4: #
                      5: # nread ==0 means eof; nread == -1 means error
                      6: 
                      7:        .set    vread,3+64
                      8: .globl _vread
                      9: .globl  cerror
                     10: 
                     11: _vread:
                     12:        .word   0x0000
                     13:        chmk    $vread
                     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.