logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_fwrite32be - Allegro 5 API

Description

       Writes a 32-bit word in big-endian format (MSB first).

       Returns the number of bytes written: 4 on success, less than 4 on an error.

Name

       al_fwrite32be - Allegro 5 API

See Also

al_fwrite32le(3alleg5)

Allegro reference manual                                                                  al_fwrite32be(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              size_t al_fwrite32be(ALLEGRO_FILE *f, int32_t l)

See Also