#include "excOP.h" void raiseOpcodeExc(); void excop(int argc, char *argv[]) { raiseOpcodeExc(); }