1ZIP_SOURCE_MAKE_COMMA... BSD Library Functions Manual ZIP_SOURCE_MAKE_COMMA...
2
4 zip_source_make_command_bitmap — create bitmap of supported source opera‐
5 tions
6
8 libzip (-lzip)
9
11 #include <zip.h>
12
13 zip_int64_t
14 zip_source_make_command_bitmap(zip_source_cmd_t command, ...);
15
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
22 libzip(3), zip_source_function(3)
23
25 zip_source_make_command_bitmap() was added in libzip 1.0.
26
28 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
29
30BSD December 18, 2017 BSD