mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
wordlist: add a function to debug-print a wordlist
This commit is contained in:
parent
eb21f00156
commit
3b8b2c7a4a
4 changed files with 33 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -41,6 +41,7 @@ srcs = \
|
|||
src/parser/simple_cmd/simple_cmd.c \
|
||||
src/parser/worddesc/worddesc.c \
|
||||
src/parser/wordlist/wordlist.c \
|
||||
src/parser/wordlist/wordlist_debug.c \
|
||||
src/parser/wordsplit/rule_utils.c \
|
||||
src/parser/wordsplit/tokenizing_1_5.c \
|
||||
src/parser/wordsplit/tokenizing_6_10.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue