COHERENT help

This page displays the COHERENT help information for fdopen.

Listing of available help pages


fdopen() -- Open a stream for standard I/O

#include <stdio.h>
FILE *fdopen(fd, type) int fd; char *type;