PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EAN13.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 EAN13_index [10][2]
 
static const char * EAN13_range [][2]
 

Variable Documentation

◆ EAN13_index

const unsigned EAN13_index[10][2]
static
Initial value:
= {
{0, 6},
{6, 1},
{7, 1},
{8, 5},
{13, 20},
{33, 15},
{48, 19},
{67, 23},
{90, 17},
{107, 12},
}

Definition at line 14 of file EAN13.h.

Referenced by _PG_init(), and ean2string().

◆ EAN13_range

const char* EAN13_range[][2]
static

Definition at line 26 of file EAN13.h.

Referenced by _PG_init(), and ean2string().