mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
impl hash map
This commit is contained in:
11
utils_static.h
Normal file
11
utils_static.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _UTIL_UTILS_STATIC_H
|
||||
#define _UTIL_UTILS_STATIC_H
|
||||
#include <stddef.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern size_t hashmap_primes[26];
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user