Annotation of GNUtools/libg++/libio/stdio/setlinebuf.c, revision 1.1.1.1

1.1       root        1: #include "libioP.h"
                      2: #include "stdio.h"
                      3: 
                      4: #undef setlinebuf
                      5: 
                      6: void
                      7: setlinebuf (stream)
                      8:   FILE *stream;
                      9: {
                     10:   _IO_setvbuf(stream, NULL, 1, 0);
                     11: }

unix.superglobalmegacorp.com

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