1pack_igetw(3) Allegro manual pack_igetw(3)
23
4
NAME
6pack_igetw - Like pack_getc(), but using 16-bit Intel byte ordering
7words. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int pack_igetw(PACKFILE *f);
14
DESCRIPTION
16Like pack_getc, but reads a 16-bit word from a file, using Intel byte
17ordering (least significant byte first, a.k.a. little-endian).
1819
SEE ALSO
21pack_getc(3)
2223
24
25
Allegro version 4.2.3 pack_igetw(3)