20 lines
421 B
C
20 lines
421 B
C
|
#ifndef __SC2400A_H
|
||
|
#define __SC2400A_H
|
||
|
|
||
|
#define F_CODDITTA 101
|
||
|
#define F_RAGSOC 102
|
||
|
#define F_CODPROF 103
|
||
|
#define F_LINPROF 104
|
||
|
#define F_DESPROF 105
|
||
|
#define F_DATALIMSOL 106
|
||
|
#define F_STAMPESP 107
|
||
|
#define F_IMPORMIN 108
|
||
|
#define F_RIFIMPMIN 109
|
||
|
#define F_LUOGOSEND 110
|
||
|
#define F_DATASEND 111
|
||
|
|
||
|
// basename of profile
|
||
|
#define BASE_EC_PROFILE "PEC"
|
||
|
|
||
|
#endif
|