mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-18 17:25:09 -04:00
gif.c: #191 suppress clang-tidy warning; very small bitmap fix
This commit is contained in:
parent
d88d5906fd
commit
4391fb6a1d
6 changed files with 150 additions and 17 deletions
|
@ -79,6 +79,7 @@ char *testUtilOption3Name(int option_3);
|
|||
int testUtilDAFTConvert(const struct zint_symbol *symbol, char *buffer, int buffer_size);
|
||||
char *testUtilEscape(char *buffer, int length, char *escaped, int escaped_size);
|
||||
char *testUtilReadCSVField(char *buffer, char *field, int field_size);
|
||||
void testUtilStrCpyRepeat(char *buffer, char *repeat, int size);
|
||||
int testUtilSymbolCmp(const struct zint_symbol *a, const struct zint_symbol *b);
|
||||
struct zint_vector *testUtilVectorCpy(const struct zint_vector *in);
|
||||
int testUtilVectorCmp(const struct zint_vector *a, const struct zint_vector *b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue