mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 07:08:26 -04:00
Reduce memory leak and tidy code
This commit is contained in:
parent
858f69ea55
commit
608009b2a5
3 changed files with 47 additions and 185 deletions
|
@ -36,12 +36,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#ifndef __IEC16022ECC200_H
|
||||
#define __IEC16022ECC200_H
|
||||
|
||||
unsigned char *iec16022ecc200(int *Wptr, int *Hptr, char **encodingptr,
|
||||
int barcodelen, unsigned char *barcode,
|
||||
int *lenp, int *maxp, int *eccp);
|
||||
int iec16022ecc200(unsigned char *barcode, int barcodelen, struct zint_symbol *symbol);
|
||||
#define MAXBARCODE 3116
|
||||
|
||||
#endif /* __IEC16022ECC200_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue