COHERENT help

This page displays the COHERENT help information for ungetc.

Listing of available help pages


ungetc() -- Return character to input stream

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