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

1.1       root        1: #include "libioP.h"
                      2: #include "stdio.h"
                      3: 
                      4: void
                      5: setbuf (fp, buf)
                      6:      FILE *fp;  char *buf;
                      7: {
                      8:   _IO_setbuffer(fp, buf, _IO_BUFSIZ);
                      9: }

unix.superglobalmegacorp.com

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