wordlist: add a function to debug-print a wordlist

This commit is contained in:
Khaïs COLIN 2025-02-24 18:18:15 +01:00 committed by Khaïs COLIN
parent eb21f00156
commit 3b8b2c7a4a
4 changed files with 33 additions and 2 deletions

View file

@ -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 \