Annotation of 41BSD/libc/stdio/data.c, revision 1.1

1.1     ! root        1: #include <stdio.h>
        !             2: char   _sibuf[BUFSIZ];
        !             3: char   _sobuf[BUFSIZ];
        !             4: 
        !             5: struct _iobuf  _iob[_NFILE] ={
        !             6:        { 0, _sibuf, _sibuf, _IOREAD, 0},
        !             7:        { 0, NULL, NULL, _IOWRT, 1},
        !             8:        { 0, NULL, NULL, _IOWRT+_IONBF, 2},
        !             9: };
        !            10: /*
        !            11:  * Ptr to end of buffers
        !            12:  */
        !            13: 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.