COHERENT help

This page displays the COHERENT help information for fwrite.

Listing of available help pages


fwrite() -- Write into file stream

#include <stdio.h>
int fwrite(buffer, size, n, fp)
char *buffer; unsigned size, n; FILE *fp;