simple_cmd: initial setup of create/destroy functions

This commit is contained in:
Khaïs COLIN 2025-02-21 12:35:51 +01:00
parent 6f175dd792
commit 49d7a2b9ff
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
6 changed files with 96 additions and 3 deletions

View file

@ -32,6 +32,7 @@ srcs = \
src/parser/matchers/operator_combo.c \
src/parser/matchers/operator_start.c \
src/parser/matchers/quote.c \
src/parser/simple_cmd/simple_cmd.c \
src/parser/worddesc/worddesc.c \
src/parser/wordlist/wordlist.c \
src/parser/wordsplit/rule_utils.c \