1 2 3 4 5 6
#pragma once #include <stddef.h> size_t searchInStringArray(const char *array[], size_t array_size, const char *str, size_t str_size);