debian man page for gfs_pio_ungetc

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)

NAME
gfs_pio_ungetc - push a character back
SYNOPSIS
#include <gfarm/gfarm.h> int gfs_pio_ungetc (GFS_File gf, int c);
DESCRIPTION
gfs_pio_ungetc() pushes a character c back to the file gf. gfs_pio_ungetc() is needed to follow gfs_pio_getc(3).
RETURN VALUES
EOF gfs_pio_ungetc() does not follow gfs_pio_getc(3). Others The function terminated successfully.
SEE ALSO
gfs_pio_create(3), gfs_pio_error(3), gfs_pio_getc(3), gfs_pio_open(3) Gfarm 04 December 2003 GFS_PIO_UNGETC(3)
Related Man Pages
gfarm(3) - debian
gfarm_url_section_replicate_to(3) - debian
gfs_glob(3) - debian
gfs_pio_gets(3) - debian
gfs_pio_readline(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file