1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

ULTRA: enable compression for GS1_MODE; compression changes; fixes; tests

This commit is contained in:
gitlost
2020-04-09 22:08:54 +01:00
parent e86d9d1dc8
commit e04f662dc0
21 changed files with 762 additions and 46 deletions

View File

@@ -92,6 +92,7 @@ extern "C" {
#ifdef ZINT_TEST
void debug_test_codeword_dump(struct zint_symbol *symbol, unsigned char* codewords, int length);
void debug_test_codeword_dump_int(struct zint_symbol *symbol, int* codewords, int length);
#endif
#ifdef __cplusplus