12 lines
190 B
C
12 lines
190 B
C
|
#ifndef __BA1200_H
|
||
|
#define __BA1200_H
|
||
|
|
||
|
|
||
|
#define FLD_NUM 364
|
||
|
#define FLD_NOME_CAMPO 365
|
||
|
#define FLD_TIPO_CAMPO 366
|
||
|
#define FLD_LUNGHEZZA 367
|
||
|
#define FLD_DECIMALI 368
|
||
|
|
||
|
#endif // __BA1200_H
|