Annotation of researchv9/jerq/src/lib/j/data.c, revision 1.1

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