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 Jérôme Guélen
parent b58848e091
commit 46c288c858
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View file

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