
/*
   more eunuchs stuff
*/
#include "io-defs.h"
#include <stdio.h>

int fungetc(c, f)
int c;
struct streamoid * f;
{
  if (c != EOF)
	return(method_call_1(f, METHOD_UNTYI, c));
  return(c);
}
