mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
buffer: add buffer struct and related functions
This commit is contained in:
parent
4171a3d07b
commit
65b57987b5
3 changed files with 150 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue