12 lines
215 B
C
12 lines
215 B
C
|
#ifndef __PER_H
|
||
|
#define __PER_H
|
||
|
|
||
|
#define PER_CODPR "CODPR"
|
||
|
#define PER_KEYORD "KEYORD"
|
||
|
#define PER_TIPO "TIPO"
|
||
|
#define PER_PERCPROVV "PERCPROVV"
|
||
|
#define PER_IMPORTO "IMPORTO"
|
||
|
|
||
|
#endif
|
||
|
|