12 lines
227 B
C
12 lines
227 B
C
|
#ifndef __MRTBIMP_H
|
||
|
#define __MRTBIMP_H
|
||
|
|
||
|
#define F_CODIMP 101
|
||
|
#define F_DESC 102
|
||
|
#define F_CODART 103
|
||
|
#define F_DESART 104
|
||
|
#define F_CODFORN 105
|
||
|
#define F_DESFOR 106
|
||
|
|
||
|
#endif
|