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
b58848e091
commit
46c288c858
3 changed files with 6 additions and 4 deletions
1
Makefile
1
Makefile
|
|
@ -50,6 +50,7 @@ srcs = \
|
|||
src/parser/wordlist/wordlist_copy.c \
|
||||
src/parser/wordlist/wordlist_debug.c \
|
||||
src/parser/wordlist/wordlist_idx.c \
|
||||
src/parser/wordlist/wordlist_debug.c \
|
||||
src/parser/wordlist/wordlist_quicksort.c \
|
||||
src/parser/wordlist/wordlist_utils.c \
|
||||
src/parser/wordsplit/rule_utils.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue