#ifndef _UTIL_UTILS_STATIC_H #define _UTIL_UTILS_STATIC_H #include #ifdef __cplusplus extern "C" { #endif extern size_t hashmap_primes[26]; #ifdef __cplusplus } #endif #endif