pack_fwrite - Man Page
Writes n bytes to the stream. Allegro game programming library.
Synopsis
#include <allegro.h>
long pack_fwrite(const void *p, long n, PACKFILE *f);
Description
Writes `n' bytes to the stream `f' from memory location pointed to by `p'.
Return Value
Returns the number of bytes written, which will be less than n if an error occurs. Error codes are stored in errno.
See Also
Referenced By
version 4.4.3 Allegro manual