|
|
|
@ -28,6 +28,7 @@ wordlist * wl_range(wordlist *wl, int low, int up); |
|
|
|
wordlist *wl_cons(char *word, wordlist *tail); |
|
|
|
void wl_append_word(wordlist **first, wordlist **last, char *word); |
|
|
|
|
|
|
|
wordlist *wl_chop(wordlist *wlist); |
|
|
|
wordlist *wl_chop_rest(wordlist *wlist); |
|
|
|
|
|
|
|
|
|
|
|
|