You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void findpos(int *pos, char **wcache, int min, int nword, char *pal); /* uses recursive binary search to find word position in given array */
char **listtoarray(int nword, list *header); /* allocs array with size of number of words, tranfers the words from the list to the array and quicksorts */