1b8e80941Smrgstruct exec_list; 2b8e80941Smrg 3b8e80941Smrgbool do_mat_op_to_vec(struct exec_list *instructions); 4b8e80941Smrg 5b8e80941Smrgextern "C" { 6b8e80941Smrg bool c_do_mat_op_to_vec(struct exec_list *instructions) { 7b8e80941Smrg return do_mat_op_to_vec(instructions); 8b8e80941Smrg } 9b8e80941Smrg}; 10