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
gfreg(1) - debian
gfarm(3) - debian
gfarm_initialize(3) - debian
gfs_pio_create(3) - debian
gfs_pio_write(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?