diff options
Diffstat (limited to 'src/zlib.h')
-rw-r--r-- | src/zlib.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/zlib.h b/src/zlib.h new file mode 100644 index 0000000..1563c6c --- /dev/null +++ b/src/zlib.h @@ -0,0 +1,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); |