20 lines
461 B
C
Executable File
20 lines
461 B
C
Executable File
// Mod.770 - Quadro C
|
|
|
|
#ifndef __QUADROC_H
|
|
#define __QUADROC_H
|
|
|
|
#define QUC_CODDITTA "CODDITTA"
|
|
#define QUC_TIPOA "TIPOA"
|
|
#define QUC_CODANAGR "CODANAGR"
|
|
#define QUC_NPROG "NPROG"
|
|
#define QUC_CODCAUS "CODCAUS"
|
|
#define QUC_TOTALE "TOTALE"
|
|
#define QUC_SOMME "SOMME"
|
|
#define QUC_IMPONIBILE "IMPONIBILE"
|
|
#define QUC_PERC "PERC"
|
|
#define QUC_RITENUTE "RITENUTE"
|
|
#define QUC_NETTO "NETTO"
|
|
#define QUC_CONTSSN "CONTSSN"
|
|
|
|
#endif
|