Annotation of GNUtools/libg++/libio/stdio/fdopen.c, revision 1.1

1.1     ! root        1: #include "libioP.h"
        !             2: 
        !             3: _IO_FILE *
        !             4: fdopen (fd, mode)
        !             5:      int fd;
        !             6:      const char *mode;
        !             7: {
        !             8:   return _IO_fdopen (fd, mode);
        !             9: }

unix.superglobalmegacorp.com

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