1 2 3 4 5 6 7 8 9 10
#include <inttypes.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "../cube.h" #define STRLENMAX 10000 typedef cube_t cube_fast_t;
Generated with cgit - Back to sebastiano.tronto.net