blob: 9565498c9be54cfc1de4c81cdea7693d3030f06b [file] [log] [blame]
#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