LIBRARY
libzip (-lzip)SYNOPSIS
#include <zip.h>zip_int64_t
- zip_source_write(zip_source_t *source, const void *data, zip_uint64_t len);
DESCRIPTION
The zip source source has to be prepared for writing by calling zip_source_begin_write(3) first.
zip_int64_t
The zip source source has to be prepared for writing by calling zip_source_begin_write(3) first.