|
NAMEpack_putc - Puts a character in the stream. Allegro game programming library.SYNOPSIS#include <allegro.h>int pack_putc(int c, PACKFILE *f); DESCRIPTIONPuts a character in the stream f.RETURN VALUEReturns the character written on success, or EOF on error.SEE ALSOpack_fopen(3), pack_fopen_chunk(3)
Visit the GSP FreeBSD Man Page Interface. |