Header And Logo

PostgreSQL
| The world's most advanced open source database.

Variables

ISMN.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const unsigned ISMN_index [10][2]
const char * ISMN_range [][2]

Variable Documentation

const unsigned ISMN_index[10][2]
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.

Referenced by ean2string(), and initialize().

const char* ISMN_range[][2]
Initial value:
 {
    {"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().