pack_fwrite(3) - Linux man page

Name

pack_fwrite - 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

pack_fopen(3), pack_fopen_chunk(3), pack_feof(3)

Referenced By

pack_fputs(3)