1pack_putc(3) Allegro manual pack_putc(3)
23
4
NAME
6pack_putc - Puts a character in the stream. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int pack_putc(int c, PACKFILE *f);
14
DESCRIPTION
16Puts a character in the stream f.
17
RETURN VALUE
19Returns the character written on success, or EOF on error.
2021
SEE ALSO
23pack_fopen(3), pack_fopen_chunk(3)
2425
26
27
Allegro version 4.4.3 pack_putc(3)