98691d4
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);