Go to the source code of this file.
Variables | |
const unsigned | EAN13_index [10][2] |
const char * | EAN13_range [][2] |
const unsigned EAN13_index[10][2] |
{ {0, 6}, {6, 1}, {7, 1}, {8, 5}, {13, 20}, {33, 15}, {48, 19}, {67, 23}, {90, 17}, {107, 12}, }
Definition at line 14 of file EAN13.h.
Referenced by ean2string(), and initialize().
const char* EAN13_range[][2] |
Definition at line 26 of file EAN13.h.
Referenced by ean2string().