pack_fwrite - Writes n bytes to the stream. Allegro game programming library.
Contents
Description
Writes `n' bytes to the stream `f' from memory location pointed to by `p'.
Name
pack_fwrite - Writes n bytes to the stream. Allegro game programming library.
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
pack_fopen(3alleg4), pack_fopen_chunk(3alleg4), pack_feof(3alleg4) Allegro version 4.4.3 pack_fwrite(3alleg4)
Synopsis
#include<allegro.h>longpack_fwrite(constvoid*p,longn,PACKFILE*f);
