PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ISSN.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const unsigned ISSN_index [10][2]
 
static const charISSN_range [][2]
 

Variable Documentation

◆ ISSN_index

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

34 {
35 {0, 1},
36 {0, 1},
37 {0, 1},
38 {0, 1},
39 {0, 1},
40 {0, 1},
41 {0, 1},
42 {0, 1},
43 {0, 1},
44 {0, 1},
45};

Referenced by _PG_init(), and ean2string().

◆ ISSN_range

const char* ISSN_range[][2]
static
Initial value:
= {
{"0000-000", "9999-999"},
}
static int fb(int x)

Definition at line 46 of file ISSN.h.

46 {
47 {"0000-000", "9999-999"},
48 {NULL, NULL}
49};

Referenced by _PG_init(), and ean2string().