logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pack_fwrite - Writes n bytes to the stream. Allegro game programming library.

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);

See Also