| #ifndef VECTOR_TESTS_COMMON_COMMON_VECTOR_TEST_H_ | |
| #define VECTOR_TESTS_COMMON_COMMON_VECTOR_TEST_H_ | |
| #include <stddef.h> | |
| #include <stdbool.h> | |
| #include <stdint.h> | |
| size_t strlength(const char *); | |
| bool strequal(const char *, const char *); | |
| uint64_t random64(void); | |
| #endif |