create makefile and test dim

This commit is contained in:
2023-11-29 22:48:24 +01:00
parent 09c402a4ba
commit 3f600d115d
7 changed files with 891 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "dimension_t.h"
dimension *
create_dim(size_t sz){
return CREATE_PERMUTATION_TYPE_SIZE_T(sz);
}