
Go to the source code of this file.
Variables | |
| const unsigned | ISMN_index [10][2] |
| const char * | ISMN_range [][2] |
| const unsigned ISMN_index[10][2] |
{
{0, 5},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
}
Definition at line 33 of file ISMN.h.
Referenced by ean2string(), and initialize().
| const char* ISMN_range[][2] |
{
{"0-000", "0-099"},
{"0-1000", "0-3999"},
{"0-40000", "0-69999"},
{"0-700000", "0-899999"},
{"0-9000000", "0-9999999"},
{NULL, NULL}
}
Definition at line 45 of file ISMN.h.
Referenced by ean2string().
1.7.1