pack_fwrite

Writes n bytes to the stream.

Description

long pack_fwrite(const void *p, long n, PACKFILE *f);
Writes `n' bytes to the stream `f' from memory location pointed to by `p'.
Returns the number of bytes written, which will be less than n if an error occurs. Error codes are stored in errno.

Related Discussions

The following threads each have code containing this keyword: Note: You can click on the numbers to jump directly to the posts that reference this page.

Related Projects

The following projects include source code containing this keyword: