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