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

NAME

6       pack_mgetw  - Like pack_getc(), but using 16-bit Motorola byte ordering
7       words. Allegro game programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Like pack_getc, but reads a 16-bit word from  a  file,  using  Motorola
17       byte ordering (most significant byte first, a.k.a. big-endian).
18
19

SEE ALSO

21       pack_getc(3)
22
23
24
25Allegro                          version 4.2.2                   pack_mgetw(3)
Impressum