New API for relocating the buffer

This commit is contained in:
Francesco Cozzuto
2023-04-01 19:29:43 +02:00
parent a1224382b7
commit 6d6613dddf
5 changed files with 173 additions and 264 deletions
+7
View File
@@ -0,0 +1,7 @@
all: test
test: test.c gap_buffer.c
gcc $^ -o $@ -Wall -Wextra -DGAPBUFFER_DEBUG
clean:
rm test