blob: 1919f3e2dd9fefdb29a49dff6aea018e19478b6b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/*
* Copyright (c) 2022, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
int strdec_jbig(char **bitmap, int width, int height,
const char * restrict jbig, int jbig_size);
|