10 lines
134 B
C
10 lines
134 B
C
#ifndef MCONS_H_
|
|
#define MCONS_H_
|
|
|
|
#include "mtype.h"
|
|
|
|
#define ERR_RET -1
|
|
#define ERR_ADDR (addr_t)-1
|
|
|
|
#endif /* MCONS_H_ */
|