COHERENT help

This page displays the COHERENT help information for fputc.

Listing of available help pages


fputc() -- Write character into file stream

#include <stdio.h>
int fputc(c, fp)
char c; FILE *fp;