Like pack_putc(), but using 16-bit intel byte ordering words. allegro game programming library.
#include <allegro.h>
int pack_iputw(int c, PACKFILE *f);
Like pack_putc, but writes a 16-bit word to a file, using Intel byte ordering (least significant byte first, a.k.a. little-endian).
pack_putc(3alleg4)