|
NAMEal_fputc - Allegro 5 APISYNOPSIS
DESCRIPTIONWrite a single byte to the given file. The byte written is the value of c cast to an unsigned char.Parameters:
Returns the written byte (cast back to an int) on success, or EOF on error.
Visit the GSP FreeBSD Man Page Interface. |