Registry / other / libqcow

libqcow

JSON →
library20221124vcpkgunverified

Library and tools to access the QEMU Copy-On-Write (QCOW) image format.

vcpkg install libqcow
INSTALL
IMPORT
SIG · LIBQCOW
L
libqcow
othercppv20221124
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libqcow.h
#include <libqcow.h>

Initialize and free a libqcow file handle.

#include <libqcow.h> #include <stdio.h> int main() { libqcow_error_t* error = NULL; libqcow_file_t* file = NULL; if (libqcow_file_initialize(&file, &error) != 1) { fprintf(stderr, "Unable to initialize file.\n"); return 1; } libqcow_file_free(&file, &error); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
20221124latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libqcow — pip install libqcow · libregistry