mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef _BRMBAR_DEFINES_H_
|
|
#define _BRMBAR_DEFINES_H_
|
|
|
|
#define EAN_MAXLEN 32
|
|
#define NAME_MAXLEN 128
|
|
#define ITEM_MAXNUM 128
|
|
|
|
#endif
|
|
|