Go to the source code of this file.
◆ ISMN_index
Initial value:= {
{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.
33 {
34 {0, 5},
35 {5, 0},
36 {5, 0},
37 {5, 0},
38 {5, 0},
39 {5, 0},
40 {5, 0},
41 {5, 0},
42 {5, 0},
43 {5, 0},
44};
Referenced by _PG_init(), and ean2string().
◆ ISMN_range
Initial value:= {
{"0-000", "0-099"},
{"0-1000", "0-3999"},
{"0-40000", "0-69999"},
{"0-700000", "0-899999"},
{"0-9000000", "0-9999999"},
}
Definition at line 45 of file ISMN.h.
45 {
46 {"0-000", "0-099"},
47 {"0-1000", "0-3999"},
48 {"0-40000", "0-69999"},
49 {"0-700000", "0-899999"},
50 {"0-9000000", "0-9999999"},
52};
Referenced by _PG_init(), and ean2string().