11 lines
250 B
C
Executable File
11 lines
250 B
C
Executable File
//Nomi dei campi nel tracciato record di LF_VOCI
|
|
#ifndef _VOCI_H
|
|
#define _VOCI_H
|
|
|
|
#define ABVC_CODVC "CODVC"
|
|
#define ABVC_IDCARADD "IDCARADD"
|
|
#define ABVC_TIPOVC "TIPOVC"
|
|
#define ABVC_DESCR "DESCRIZ"
|
|
|
|
#endif //_VOCI_H
|