1 2 3 4 5 6 7 8
/* SPDX-License-Identifer: Apache-2.0 */ /* Copyright © 2022 Intel Corporation */ #include <zlib.h> struct External { z_stream * stream; };