test.h (177B)
1 #include <inttypes.h> 2 #include <stdbool.h> 3 #include <stdio.h> 4 #include <stdlib.h> 5 #include <string.h> 6 7 #include "../cube.h" 8 9 #define STRLENMAX 10000 10 typedef cube_t cube_fast_t;
cubecoreA library of core functions for working with 3x3x3 Rubik's cubes | |
git clone https://git.tronto.net/cubecore | |
Download | Log | Files | Refs | README | LICENSE |
test.h (177B)
1 #include <inttypes.h> 2 #include <stdbool.h> 3 #include <stdio.h> 4 #include <stdlib.h> 5 #include <string.h> 6 7 #include "../cube.h" 8 9 #define STRLENMAX 10000 10 typedef cube_t cube_fast_t;