COHERENT help

This page displays the COHERENT help information for fopen.

Listing of available help pages


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

#include <stdio.h>
FILE *fopen (name, type)
char *name, *type;