Files correlati : Ricompilazione Demo : [ ] Commento :iniziato programma dichiarazione conai git-svn-id: svn://10.65.10.50/trunk@16183 c028cbd2-c16b-5b4b-a496-9718f37d4682
15 lines
274 B
C
Executable File
15 lines
274 B
C
Executable File
#ifndef __TP0900A_H
|
|
#define __TP0900A_H
|
|
|
|
#define F_FIRM 101
|
|
#define F_RAGSOC 102
|
|
|
|
#define F_PERIODO 111
|
|
#define F_ANNO 112
|
|
#define F_MESE 113
|
|
#define F_TRIMESTRE 114
|
|
#define F_TIPI 115
|
|
#define F_SPECIECONAI 116
|
|
|
|
#endif
|