buffer: add buffer struct and related functions

This commit is contained in:
Khaïs COLIN 2025-02-14 17:55:26 +01:00
parent 4171a3d07b
commit 65b57987b5
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 150 additions and 0 deletions

View file

@ -19,6 +19,7 @@ ifeq ($(CFLAGS),)
endif
export CFLAGS
srcs = \
src/buffer/buffer.c \
src/env/env.c \
src/env/env_convert.c \
src/env/env_manip.c \