C: simplify hamming/binary search

This commit is contained in:
2021-08-20 16:41:13 +02:00
parent 01fcdc8566
commit 6c5e61efe9
4 changed files with 13 additions and 21 deletions

View File

@@ -12,6 +12,7 @@ const int *binary_search(int value, const int *arr, size_t length);
#include <stdio.h>
#include <stdlib.h>
#endif
#ifdef TESTALL
#undef TEST_IGNORE
#define TEST_IGNORE() {}