14 lines
413 B
C
Executable File
14 lines
413 B
C
Executable File
#ifndef __EF0400_H
|
|
#define __EF0400_H
|
|
|
|
// campi maschera ef0400a.msk
|
|
|
|
#define F_TIPOSEL 101
|
|
#define F_TIPOCANC 102
|
|
#define F_DA_RIBA 103
|
|
#define F_A_RIBA 104
|
|
#define F_DA_DATA 105
|
|
#define F_A_DATA 106
|
|
|
|
#endif // __EF0400_H
|