Header And Logo

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

Variables

ISBN.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 ISBN_index [10][2]
const char * ISBN_range [][2]
const unsigned ISBN_index_new [10][2]
const char * ISBN_range_new [][2]

Variable Documentation

const unsigned ISBN_index[10][2]
Initial value:
 {
    {0, 6},
    {6, 6},
    {12, 8},
    {20, 14},
    {34, 6},
    {40, 19},
    {59, 68},
    {127, 5},
    {132, 60},
    {192, 718},
}

Definition at line 37 of file ISBN.h.

Referenced by ean2string(), and initialize().

const unsigned ISBN_index_new[10][2]
Initial value:
 {
    {0, 0},
    {0, 5},
    {5, 0},
    {5, 0},
    {5, 0},
    {5, 0},
    {5, 0},
    {5, 0},
    {5, 0},
    {5, 0},
}

Definition at line 970 of file ISBN.h.

Referenced by ean2string().

const char* ISBN_range[][2]

Definition at line 50 of file ISBN.h.

Referenced by ean2string().

const char* ISBN_range_new[][2]
Initial value:
 {
    {"10-00", "10-19"},
    {"10-200", "10-699"},
    {"10-7000", "10-8999"},
    {"10-90000", "10-97599"},
    {"10-976000", "10-999999"},
    {NULL, NULL},
}

Definition at line 983 of file ISBN.h.

Referenced by ean2string().