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