1pack_putc(3)                    Allegro manual                    pack_putc(3)
2
3
4

NAME

6       pack_putc  -  Puts  a character in the stream. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int pack_putc(int c, PACKFILE *f);
14

DESCRIPTION

16       Puts a character in the stream f.
17

RETURN VALUE

19       Returns the character written on success, or EOF on error.
20
21

SEE ALSO

23       pack_fopen(3), pack_fopen_chunk(3)
24
25
26
27Allegro                          version 4.2.2                    pack_putc(3)
Impressum