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