al_fflush - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

bool al_fflush(ALLEGRO_FILE *f)

Description

Flush any pending writes to the given file.

Returns true on success, false otherwise. errno is set to indicate the error.

See Also

al_get_errno(3)

Info

Allegro reference manual