aboutsummaryrefslogtreecommitdiff
path: root/utils/h48_to_avx.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/h48_to_avx.c')
-rw-r--r--utils/h48_to_avx.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/utils/h48_to_avx.c b/utils/h48_to_avx.c
deleted file mode 100644
index ba82366..0000000
--- a/utils/h48_to_avx.c
+++ /dev/null
@@ -1,19 +0,0 @@
1#include <stdio.h>
2#include <inttypes.h>
3#include <stdbool.h>
4
5#include "../cube.h"
6
7#define STRLENMAX 1000
8
9int main() {
10 char str[STRLENMAX];
11 cube_t cube;
12
13 fgets(str, STRLENMAX, stdin);
14 cube = readcube("H48", str);
15 writecube("AVX", cube, str);
16 fputs(str, stdout);
17
18 return 0;
19}

Generated with cgit - Back to sebastiano.tronto.net