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

zip_source_is_seekable — check if a source supports seeking

Authors

       Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>

Debian                                           March 10, 2023                        ZIP_SOURCE_IS_SEEKABLE(3)

Description

       The function zip_source_is_seekable() checks if source supports seeking via zip_source_seek(3).

History

zip_source_is_seekable() was added in libzip 1.10.0.

Library

       libzip (-lzip)

Name

       zip_source_is_seekable — check if a source supports seeking

Return Values

       If the source supports seeking, 1 is returned.  Otherwise, 0 is returned.

See Also

libzip(3), zip_source(3), zip_source_seek(3)

Synopsis

#include<zip.h>intzip_source_is_seekable(zip_source_t*source);

See Also