.\" Generated by the Allegro makedoc utility .TH pack_putc 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME pack_putc \- Puts a character in the stream. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int pack_putc(int c, PACKFILE *f); .SH DESCRIPTION Puts a character in the stream f. .SH "RETURN VALUE" Returns the character written on success, or EOF on error. .SH SEE ALSO .BR pack_fopen (3alleg4), .BR pack_fopen_chunk (3alleg4)