aboutsummaryrefslogblamecommitdiffstats
path: root/src/zlib.h
blob: 1563c6c7f8a25d8f5c3be22cdb1b7b2d55444a4e (plain) (tree)
1
2
3
4
5
6
7
8







                                                 
/*
 * Copyright (c) 2020, yzrh <yzrh@noema.org>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

int strinflate(char **dst, int dst_size,
	const char * restrict src, int src_size);