15 lines
230 B
C
Executable File
15 lines
230 B
C
Executable File
// DEFINIZIONE CAMPI MASCHERA PER STAMPA TABELLA BANCHE DI PRESENTAZIONE
|
|
|
|
#ifndef __BASTBNP_H
|
|
#define __BASTBNP_H
|
|
|
|
#define F_INIZIO1 101
|
|
#define F_INIZIO2 102
|
|
#define F_FINE1 201
|
|
#define F_FINE2 202
|
|
|
|
#endif //__BASTBNP_H
|
|
|
|
|
|
|