CE optimize KB_DELETE
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m6s

This commit is contained in:
2026-03-08 12:22:59 +01:00
parent 0de0b4c1ae
commit a8d21b2d67
3 changed files with 24 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ size_t gapbuffer_length (struct gapbuffer* gb);
char* gapbuffer_string_at (gb_malloc_func_t mallocfn, void* ctx, struct gapbuffer* gb, size_t pos);
char gapbuffer_at (struct gapbuffer* gb, size_t index);
void gapbuffer_concat (gb_realloc_func_t reallocfn, void* ctx, struct gapbuffer* dest,
struct gapbuffer* src);
#endif // _GAPBUFFER_H