.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "GFS_PIO_PUTC" "3" "18 March 2003" "Gfarm" "" .SH NAME gfs_pio_putc \- output of a character .SH SYNOPSIS .sp \fB#include .sp char *gfs_pio_putc (GFS_File \fIgf\fB, int \fIc\fB); \fR .SH "DESCRIPTION" .PP \fBgfs_pio_putc()\fR writes the charecter \fIc\fR to \fIgf\fR. .SH "RETURN VALUES" .TP \fBNULL\fR The function terminated successfully. .TP \fBGFARM_ERR_NO_MEMORY\fR Insufficient memory was available. .TP \fBOthers\fR An error except the above occurred. The reason is shown by its pointed strings. .SH "SEE ALSO" .PP \fBgfs_pio_create\fR(3), \fBgfs_pio_open\fR(3)