Query: gfs_pio_ungetc
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GFS_PIO_UNGETC(3) GFS_PIO_UNGETC(3)NAMEgfs_pio_ungetc - push a character backSYNOPSIS#include <gfarm/gfarm.h> int gfs_pio_ungetc (GFS_File gf, int c);DESCRIPTIONgfs_pio_ungetc() pushes a character c back to the file gf. gfs_pio_ungetc() is needed to follow gfs_pio_getc(3).RETURN VALUESEOF gfs_pio_ungetc() does not follow gfs_pio_getc(3). Others The function terminated successfully.SEE ALSOgfs_pio_create(3), gfs_pio_error(3), gfs_pio_getc(3), gfs_pio_open(3) Gfarm 04 December 2003 GFS_PIO_UNGETC(3)