diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
| commit | 18c9a8b8905304cf5f8fc15825769046a3144866 (patch) | |
| tree | a7807bb32b0a5d9ded7d3cedccc598f64a9b00fe /src/nissy.c | |
| parent | f25a10e19eca294c4e6a99e4f80ce5cfd11a0e5f (diff) | |
| download | nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.tar.gz nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.zip | |
Reorganized folder structure
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.c (renamed from src/cube_public.h) | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/cube_public.h b/src/nissy.c index e080f40..9df775c 100644 --- a/src/cube_public.h +++ b/src/nissy.c | |||
| @@ -1,4 +1,14 @@ | |||
| 1 | #include "cube.h" | 1 | #include <inttypes.h> |
| 2 | #include <stdarg.h> | ||
| 3 | #include <stdbool.h> | ||
| 4 | #include <string.h> | ||
| 5 | |||
| 6 | #include "utils/utils.h" | ||
| 7 | #include "arch/arch.h" | ||
| 8 | #include "core/core.h" | ||
| 9 | #include "solvers/solvers.h" | ||
| 10 | |||
| 11 | #include "nissy.h" | ||
| 2 | 12 | ||
| 3 | _static int64_t write_result(cube_t, char [static 22]); | 13 | _static int64_t write_result(cube_t, char [static 22]); |
| 4 | 14 | ||
