1pack_mputw(3) Allegro manual pack_mputw(3)
23
4
NAME
6pack_mputw - Like pack_putc(), but using 16-bit Motorola byte ordering
7words. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int pack_mputw(int c, PACKFILE *f);
14
DESCRIPTION
16Like pack_putc, but writes a 16-bit word to a file, using Motorola byte
17ordering (most significant byte first, a.k.a. big-endian).
1819
SEE ALSO
21pack_putc(3)
2223
24
25
Allegro version 4.2.2 pack_mputw(3)