1 package com.tapina.robe.swi.clib.stdio;
2
3
4 /***
5 * This function reads a single character from the stream pointed to by stream and returns it as an int.
6 * Returns: Character read, or EOF for an error.
7 */
8 public class FGetC extends GetC {
9 }