clean up and add Makefile

This commit is contained in:
2023-08-26 22:22:07 +02:00
parent 3828b39ca1
commit 7805c35cd9
29 changed files with 297 additions and 670 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "src/set_theoric_t/set_theoric_t.h"
#include "set_theoric_t/set_theoric_t.h"
#define GENERATE_SET_THEORIC(type) \
SET_THEORIC_##type * CREATE_SET_THEORIC_##type(size_t id){ \
+1 -1
View File
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include "src/tools_t/tools_t.h"
#include "tools_t/tools_t.h"
#define GENERATE_UNSIGNED_SET_THEORIC(type) \
struct SET_THEORIC_##type{ \
Binary file not shown.