#if !defined(IIIMF_OPCODE_REPLY_H) #define IIIMF_OPCODE_REPLY_H #ifdef __cplusplus extern "C" { #endif extern const int iiimf_opcode_reply_table[128]; extern int iiimf_opcode_reply(int opcode); #define iiimf_opcode_reply_internal(op) iiimf_opcode_reply_table[0x7f & (op)] #ifdef __cplusplus } #endif #endif /* !IIIMF_OPCODE_REPLY_H */ /* Local Variables: */ /* c-file-style: "iiim-project" */ /* End: */