SYNOPSIS

#include <allegro.h>

int pack_mputw(int c, PACKFILE *f);

DESCRIPTION

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).

RELATED TO pack_mputw…

pack_putc(3alleg4)