brmbar-github/defines.h
Pavol Rusnak d0dffee14d wip
2011-04-22 03:12:50 +02:00

10 lines
159 B
C

#ifndef _BRMBAR_DEFINES_H_
#define _BRMBAR_DEFINES_H_
#define EAN_MAXLEN 32
#define NAME_MAXLEN 128
#define ITEM_MAXNUM 128
#define PERSON_MAXLEN 16
#endif