1al_fwrite32le(3) Library Functions Manual al_fwrite32le(3)
23
4
NAME
6al_fwrite32le
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
size_t al_fwrite32le(ALLEGRO_FILE *f, int32_t l)
12
DESCRIPTION
14Writes a 32-bit word in little-endian format (LSB first).
1516
Returns the number of bytes written: 4 on success, less than 4 on an
17error.
18
SEE ALSO
20al_fwrite32be(3)
2122
23
24
Allegro reference manual al_fwrite32le(3)