FreeBSD Manual Pages
al_fputc(3) Library Functions Manual al_fputc(3) NAME al_fputc - Allegro 5 API SYNOPSIS #include <allegro5/allegro.h> int al_fputc(ALLEGRO_FILE *f, int c) DESCRIPTION Write a single byte to the given file. The byte written is the value of c cast to an unsigned char. Parameters: • c - byte value to write • f - file to write to Returns the written byte (cast back to an int) on success, or EOF on error. Allegro reference manual al_fputc(3)
NAME | SYNOPSIS | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_fputc&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>