13 lines
301 B
C
Executable File
13 lines
301 B
C
Executable File
// Campi Archivio Dati Percipienti
|
|
|
|
#ifndef __PERC_H
|
|
#define __PERC_H
|
|
|
|
#define PRC_CODDITTA "CODDITTA"
|
|
#define PRC_TIPOA "TIPOA"
|
|
#define PRC_CODANAGR "CODANAGR"
|
|
#define PRC_FATTBIL "FATTBIL"
|
|
#define PRC_FLAGCT "FLAGCT"
|
|
|
|
#endif
|