pack_putc - Man Page

Puts a character in the stream. Allegro game programming library.

Synopsis

#include <allegro.h>

int pack_putc(int c, PACKFILE *f);

Description

Puts a character in the stream f.

Return Value

Returns the character written on success, or EOF on error.

See Also

pack_fopen(3), pack_fopen_chunk(3)

Referenced By

pack_fputs(3), pack_iputl(3), pack_iputw(3), pack_mputl(3), pack_mputw(3).

version 4.4.3 Allegro manual