1pack_iputw(3)                   Allegro manual                   pack_iputw(3)
2
3
4

NAME

6       pack_iputw  -  Like  pack_putc(),  but using 16-bit Intel byte ordering
7       words. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int pack_iputw(int c, PACKFILE *f);
14

DESCRIPTION

16       Like pack_putc, but writes a 16-bit word to a file,  using  Intel  byte
17       ordering (least significant byte first, a.k.a. little-endian).
18
19

SEE ALSO

21       pack_putc(3)
22
23
24
25Allegro                          version 4.2.2                   pack_iputw(3)
Impressum