diff options
Diffstat (limited to 'test/011_io_SRC_write')
| -rw-r--r-- | test/011_io_SRC_write/io_SRC_tests.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/test/011_io_SRC_write/io_SRC_tests.c b/test/011_io_SRC_write/io_SRC_tests.c index c2d10f6..5ae3d99 100644 --- a/test/011_io_SRC_write/io_SRC_tests.c +++ b/test/011_io_SRC_write/io_SRC_tests.c | |||
| @@ -1,14 +1,4 @@ | |||
| 1 | #include <stdbool.h> | 1 | #include "../test.h" |
| 2 | #include <stdint.h> | ||
| 3 | #include <stdio.h> | ||
| 4 | |||
| 5 | #ifdef CUBE_AVX2 | ||
| 6 | #include <immintrin.h> | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #include "../../cube.h" | ||
| 10 | |||
| 11 | #define STRLENMAX 10000 | ||
| 12 | 2 | ||
| 13 | int main() { | 3 | int main() { |
| 14 | char *c, str[STRLENMAX]; | 4 | char *c, str[STRLENMAX]; |
