diff options
| author | Nakidai <plaza521@inbox.ru> | 2024-08-23 20:43:31 +0300 |
|---|---|---|
| committer | Nakidai <plaza521@inbox.ru> | 2024-08-23 20:43:31 +0300 |
| commit | 2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10 (patch) | |
| tree | f0e5e31e6259e0b6ea940c1d4c394b976a4bac74 /include/operation.h | |
| parent | 9e4058194742794f7742f19cb1a0bb3451ce22ea (diff) | |
| download | 3cl-2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10.tar.gz 3cl-2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10.zip | |
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
Diffstat (limited to 'include/operation.h')
| -rw-r--r-- | include/operation.h | 12 |
1 files changed, 0 insertions, 12 deletions
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__ */ |