diff --git a/src/include/fpcadg.h b/src/include/fpcadg.h new file mode 100644 index 000000000..e3a570806 --- /dev/null +++ b/src/include/fpcadg.h @@ -0,0 +1,14 @@ +#ifndef __FPCADG_H +#define __FPCADG_H + +#define FPCADG_CODICE "CODICE" +#define FPCADG_NRIGA "NRIGA" +#define FPCADG_TIPODATO "TIPODATO" +#define FPCADG_RTESTO "RTESTO" +#define FPCADG_RNUMERO "RNUMERO" +#define FPCADG_RDATA "RDATA" +#define FPCADG_TIPORIGA "TIPORIGA" +#define FPCADG_SPLIT "SPLIT" +#define FPCADG_COND "COND" + +#endif \ No newline at end of file diff --git a/src/include/fpcart.h b/src/include/fpcart.h new file mode 100644 index 000000000..f9599e925 --- /dev/null +++ b/src/include/fpcart.h @@ -0,0 +1,10 @@ +#ifndef __FPART_H +#define __FPART_H + +#define FPCART_CODICE "CODICE" +#define FPCART_NRIGA "NRIGA" +#define FPCART_TIPO "TIPO" +#define FPCART_VALORE "VALORE" +#define FPCART_COND "COND" + +#endif \ No newline at end of file diff --git a/src/include/fpccaus.h b/src/include/fpccaus.h new file mode 100644 index 000000000..1a296e1fc --- /dev/null +++ b/src/include/fpccaus.h @@ -0,0 +1,11 @@ +#ifndef __FPCCAUS_H +#define __FPCCAUS_H + + +#define FPCCAUS_CODICE "CODICE" +#define FPCCAUS_NRIGA "NRIGA" +#define FPCCAUS_VALORE "VALORE" +#define FPCCAUS_COND "COND" + + +#endif \ No newline at end of file diff --git a/src/include/fpcust.h b/src/include/fpcust.h new file mode 100644 index 000000000..489eb9095 --- /dev/null +++ b/src/include/fpcust.h @@ -0,0 +1,8 @@ +#ifndef __FPCUST_H +#define __FPCUST_H + +#define FPCUST_CODICE "CODICE" +#define FPCUST_DESCR "DESCR" +#define FPCUST_GLOBAL "GLOBAL" + +#endif \ No newline at end of file