al_fprintf - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

int al_fprintf(ALLEGRO_FILE *pfile, const char *format, ...)

Description

Writes to a file with stdio “printf”-like formatting. Returns the number of bytes written, or a negative number on error.

See Also

al_vfprintf(3)

Referenced By

al_vfprintf(3).

Allegro reference manual