Go to the source code of this file.
Variables | |
const unsigned | ISSN_index [10][2] |
const char * | ISSN_range [][2] |
const unsigned ISSN_index[10][2] |
{ {0, 1}, {0, 1}, {0, 1}, {0, 1}, {0, 1}, {0, 1}, {0, 1}, {0, 1}, {0, 1}, {0, 1}, }
Definition at line 34 of file ISSN.h.
Referenced by ean2string(), and initialize().
const char* ISSN_range[][2] |
{ {"0000-000", "9999-999"}, {NULL, NULL} }
Definition at line 46 of file ISSN.h.
Referenced by ean2string().