1ZIP_SOURCE_MAKE_COMMA... BSD Library Functions Manual ZIP_SOURCE_MAKE_COMMA...
2

NAME

4     zip_source_make_command_bitmap — create bitmap of supported source opera‐
5     tions
6

LIBRARY

8     libzip (-lzip)
9

SYNOPSIS

11     #include <zip.h>
12
13     zip_int64_t
14     zip_source_make_command_bitmap(zip_source_cmd_t command, ...);
15

DESCRIPTION

17     The zip_source_make_command_bitmap() function returns a bitmap of source
18     commands suitable as return value for ZIP_SOURCE_SUPPORTS.  It includes
19     all the commands from the argument list, which must be terminated by -1.
20

SEE ALSO

22     libzip(3), zip_source_function(3)
23

HISTORY

25     zip_source_make_command_bitmap() was added in libzip 1.0.
26

AUTHORS

28     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
29
30BSD                            December 18, 2017                           BSD
Impressum