10 lines
204 B
C
10 lines
204 B
C
|
#ifndef __CODCORR_H
|
||
|
#define __CODCORR_H
|
||
|
|
||
|
#define CODCORR_CODARTALT "CODARTALT"
|
||
|
#define CODCORR_NRIGA "NRIGA"
|
||
|
#define CODCORR_TIPO "TIPO"
|
||
|
#define CODCORR_CODART "CODART"
|
||
|
|
||
|
#endif
|