diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-19 18:38:22 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-19 18:38:22 +0200 |
| commit | 36dc1f859a13e428c441fc8f4f35550fe12ed72f (patch) | |
| tree | e8a98a43ccbd8b989427dc529dbdf37b2f942f9a /source/base/bash_hash.h | |
| parent | 078e21a1feb811f9ef7797ce3ee5d2e8ffcccfce (diff) | |
feature(base): refactored the base library. removed some files etc and did stuff
Diffstat (limited to 'source/base/bash_hash.h')
| -rw-r--r-- | source/base/bash_hash.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/source/base/bash_hash.h b/source/base/bash_hash.h deleted file mode 100644 index 758ef72..0000000 --- a/source/base/bash_hash.h +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | #ifndef BASH_HASH_H | ||
| 2 | #define BASH_HASH_H | ||
| 3 | |||
| 4 | typedef struct hash_map hash_map; | ||
| 5 | typedef struct hash hash; | ||
| 6 | |||
| 7 | struct map | ||
| 8 | { | ||
| 9 | string8 | ||
| 10 | u64 capacity | ||
| 11 | }; | ||
| 12 | |||
| 13 | |||
| 14 | struct index | ||
| 15 | { | ||
| 16 | string8 key; | ||
| 17 | string8 value; | ||
| 18 | }; | ||
| 19 | |||
| 20 | |||
| 21 | |||
| 22 | internal void | ||
| 23 | |||
| 24 | #endif /* BASH_HASH_H */ | ||
