add_word_to_personal


Description:

public void add_word_to_personal (string word, ssize_t word_length)

Adds a word to the personal dictionary.

It is typically saved in the user's home directory.

Parameters:

this

a Checker.

word

a word.

word_length

the byte length of word, or -1 if word is nul-terminated.