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

Improved 'look ahead test' from Annex P

This commit is contained in:
Robin Stuart
2016-02-13 07:37:24 +00:00
parent cbe5b32785
commit a57001d2ad
2 changed files with 211 additions and 87 deletions

View File

@@ -53,6 +53,7 @@ extern int data_matrix_200(struct zint_symbol *symbol, unsigned char source[], i
#define MAXBARCODE 3116
#define DM_NULL 0
#define DM_ASCII 1
#define DM_C40 2
#define DM_TEXT 3