11 lines
274 B
C
Executable File
11 lines
274 B
C
Executable File
//Nomi dei campi nel tracciato record di LF_VOCI e LF_CARADD e LF_RELANA
|
|
#ifndef _RELVOCI_H
|
|
|
|
#define ABRL_TIPOCOD "TIPOCOD"
|
|
#define ABRL_CODVC "CODVC"
|
|
#define ABRL_NCOMP "NCOMP"
|
|
#define ABRL_DESCR "DESCR"
|
|
#define ABRL_CODCOMP "CODCOMP"
|
|
|
|
|
|
#endif //_RELVOCI_H
|