From 2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 23 Aug 2024 20:43:31 +0300 Subject: Start to rewriting code Since there's some UB in the master I decided to rewrite code from scratch again. I hope that attempt will be better :D --- include/operation.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 include/operation.h (limited to 'include/operation.h') diff --git a/include/operation.h b/include/operation.h deleted file mode 100644 index ce487da..0000000 --- a/include/operation.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __OPERATION_H__ -#define __OPERATION_H__ - -#include "cccl.h" - - -typedef void (*cccl_operation)(void); - -void cccl_operation_init(cccl *pc); -cccl_operation cccl_select_operation(void); - -#endif /* __OPERATION_H__ */ -- cgit 1.4.1