Manpages - zip_source_write.3
libzip (-lzip)
The function
writes
bytes from the buffer
to the zip source
at the current write offset.
The zip source
has to be prepared for writing by calling
first.
Upon successful completion the number of bytes written is returned. Otherwise, -1 is returned and the error information in
is set to indicate the error.
was added in libzip 1.0.
and