14 lines
208 B
C
Executable File
14 lines
208 B
C
Executable File
#ifndef __SC2400A_H
|
|
#define __SC2400A_H
|
|
|
|
#ifndef __SC2100A_H
|
|
#include "sc2100a.h"
|
|
#endif
|
|
|
|
#define F_DATALIMSOL 106
|
|
#define F_STAMPESP 107
|
|
#define F_IMPORMIN 108
|
|
#define F_RIFIMPMIN 109
|
|
|
|
#endif
|