PostgreSQL Source Code git master
Loading...
Searching...
No Matches
UPC.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 UPC_index [10][2]
 
static const charUPC_range [][2]
 

Variable Documentation

◆ UPC_index

const unsigned UPC_index[10][2]
static
Initial value:
= {
{0, 0},
{0, 0},
{0, 0},
{0, 0},
{0, 0},
{0, 0},
{0, 0},
{0, 0},
{0, 0},
{0, 0},
}

Definition at line 14 of file UPC.h.

14 {
15 {0, 0},
16 {0, 0},
17 {0, 0},
18 {0, 0},
19 {0, 0},
20 {0, 0},
21 {0, 0},
22 {0, 0},
23 {0, 0},
24 {0, 0},
25};

Referenced by _PG_init(), and ean2string().

◆ UPC_range

const char* UPC_range[][2]
static
Initial value:
= {
}
static int fb(int x)

Definition at line 26 of file UPC.h.

26 {
27 {NULL, NULL}
28};

Referenced by _PG_init(), and ean2string().