Annotation of 3BSD/lib/libNS/data.c, revision 1.1

1.1     ! root        1: /* Copyright (c) 1979 Regents of the University of California */
        !             2: #include <stdio.h>
        !             3: char   _sibuf[BUFSIZ];
        !             4: char   _sobuf[BUFSIZ];
        !             5: 
        !             6: struct _iobuf  _iob[_NFILE] = {
        !             7:        { 0, _sibuf, _sibuf, _IOREAD, 0, 0},
        !             8:        { 0, NULL, NULL, _IOWRT, 1, 0},
        !             9:        { 0, NULL, NULL, _IOWRT+_IONBF, 2, 0},
        !            10: };
        !            11: /*
        !            12:  * Ptr to end of buffers
        !            13:  */
        !            14: struct _iobuf  *_lastbuf = { &_iob[_NFILE] };

unix.superglobalmegacorp.com

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