.\" Automatically generated by Pandoc 3.4 .\" .TH "al_fwrite32be" "3" "" "Allegro reference manual" .SH NAME al_fwrite32be \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] size_t al_fwrite32be(ALLEGRO_FILE *f, int32_t l) .EE .SH DESCRIPTION Writes a 32\-bit word in big\-endian format (MSB first). .PP Returns the number of bytes written: 4 on success, less than 4 on an error. .SH SEE ALSO al_fwrite32le(3)