COHERENT help

This page displays the COHERENT help information for putc.

Listing of available help pages


putc() -- Write character into stream

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