1 2 3 4 5 6
#include "3cl.h" struct CCLFrame *ccl_instruction_nop(struct CCL *ccl, struct CCLFrame *frame) { return frame; }