16 lines
264 B
C
16 lines
264 B
C
|
#ifndef __SC2400A_H
|
||
|
#define __SC2400A_H
|
||
|
|
||
|
#ifndef __SC2100A_H
|
||
|
#include "sc2100a.h"
|
||
|
#endif
|
||
|
|
||
|
#define F_DATAINISCAD 130
|
||
|
#define F_DATALIMSOL 131
|
||
|
#define F_STAMPESP 132
|
||
|
#define F_IMPORMIN 133
|
||
|
#define F_RIFIMPMIN 134
|
||
|
#define F_GGRISCHIO 135
|
||
|
|
||
|
#endif
|