Header And Logo

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

Variables

ISSN.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 ISSN_index [10][2]
const char * ISSN_range [][2]

Variable Documentation

const unsigned ISSN_index[10][2]
Initial value:
 {
    {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]
Initial value:
 {
    {"0000-000", "9999-999"},
    {NULL, NULL}
}

Definition at line 46 of file ISSN.h.

Referenced by ean2string().