bottleros/Userland/SampleCodeModule/shell/commands/excOP.c

7 lines
104 B
C

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