Header And Logo

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

Variables

EAN13.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 EAN13_index [10][2]
const char * EAN13_range [][2]

Variable Documentation

const unsigned EAN13_index[10][2]
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 ean2string(), and initialize().

const char* EAN13_range[][2]

Definition at line 26 of file EAN13.h.

Referenced by ean2string().