18 lines
470 B
C
Executable File
18 lines
470 B
C
Executable File
#ifndef __CODCORR_H
|
|
#define __CODCORR_H
|
|
|
|
#define CODCORR_CODARTALT "CODARTALT"
|
|
#define CODCORR_NRIGA "NRIGA"
|
|
#define CODCORR_TIPO "TIPO"
|
|
#define CODCORR_CODART "CODART"
|
|
#define CODCORR_UM "UM"
|
|
#define CODCORR_LIV1 "LIV1"
|
|
#define CODCORR_LIV2 "LIV2"
|
|
#define CODCORR_LIV3 "LIV3"
|
|
#define CODCORR_LIV4 "LIV4"
|
|
#define CODCORR_TIPOCF "TIPOCF"
|
|
#define CODCORR_CODCF "CODCF"
|
|
#define CODCORR_DESCR "DESCR"
|
|
|
|
#endif
|