from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
ZIP_SOURCE_MAKE_COMMAND_BITMAP
Section: C Library Functions (3) Index
Return to Main Contents
BSD mandoc
NAME
zip_source_make_command_bitmap
- create bitmap of supported source operations
LIBRARY
libzip -lzip)
SYNOPSIS
In zip.h
Ft zip_int64_t
Fn zip_source_make_command_bitmap zip_source_cmd_t command ...
DESCRIPTION
The
Fn zip_source_make_command_bitmap
function returns a bitmap of source commands suitable as return value
for
ZIP_SOURCE_SUPPORTS
It includes all the commands from the argument list, which must be
terminated by -1.
SEE ALSO
libzip(3),
zip_source_function3
HISTORY
Fn zip_source_make_command_bitmap
was added in libzip 1.0.
AUTHORS
An -nosplit
An Dieter Baron Aq Mt dillo@nih.at
and
An Thomas Klausner Aq Mt wiz@gatalith.at
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- HISTORY
-
- AUTHORS
-
|