ad7921d25e
git-svn-id: svn://10.65.10.50/trunk@4417 c028cbd2-c16b-5b4b-a496-9718f37d4682
13 lines
263 B
C
Executable File
13 lines
263 B
C
Executable File
#ifndef __STOMAG_H
|
|
#define __STOMAG_H
|
|
|
|
#define STOMAG_ANNOESRIF "ANNOESRIF"
|
|
#define STOMAG_CODART "CODART"
|
|
#define STOMAG_ANNOES "ANNOES"
|
|
// #define STOMAG_UM "UM"
|
|
#define STOMAG_QUANT "QUANT"
|
|
#define STOMAG_VALORE "VALORE"
|
|
#define STOMAG_NRIGA "NRIGA"
|
|
|
|
#endif
|