git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
224 B
C
Executable File
11 lines
224 B
C
Executable File
//Nomi dei campi nel tracciato record di LF_ANALISI
|
|
#ifndef _ANALISI_H
|
|
#define _ANALISI_H
|
|
|
|
#define ABAN_CODAN "CODAN"
|
|
#define ABAN_DESCRIZ "DESCRIZ"
|
|
#define ABAN_TIPOAN "TIPOAN"
|
|
#define ABAN_NOTE "NOTE"
|
|
|
|
#endif //_ANALISI_H
|