diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-21 17:56:40 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-21 17:56:40 +0100 |
| commit | 56b6470095f111d4b98a94d7e6656bb6831179c3 (patch) | |
| tree | e22b973e40e5217c4652ada2b972c94ee47140ca /cheesemap.h | |
| parent | 81b8c2a1a824a69aa03f3c532dc20fe6b7b36cee (diff) | |
finishing inserts
Diffstat (limited to 'cheesemap.h')
| -rw-r--r-- | cheesemap.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cheesemap.h b/cheesemap.h index f8991b1..17a1d42 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -143,7 +143,10 @@ struct cheesemap_raw_iter { uint8_t* end; }; -void cm_raw_iter_init(struct cheesemap_raw_iter* iter,const struct cheesemap_raw* map, uintptr_t entry_size, uintptr_t start_index); -bool cheesemap_raw_iter_next(struct cheesemap_raw_iter* iter, uintptr_t entry_size, uintptr_t* out_index); +void cm_raw_iter_init(struct cheesemap_raw_iter* iter, + const struct cheesemap_raw* map, uintptr_t entry_size, + uintptr_t start_index); +bool cheesemap_raw_iter_next(struct cheesemap_raw_iter* iter, + uintptr_t entry_size, uintptr_t* out_index); #endif |
