#include "fftypes.h"
#include "ffword.h"
Go to the source code of this file.
Functions | |
ffint32 | ffpriv_ss_genitive (ffword *word) |
Checks the s-word exception lists for the given word and replaces it with its genitive stem equivalent if found. |
Definition in file ffpriv_ss_abnormal.h.
|
Checks the s-word exception lists for the given word and replaces it with its genitive stem equivalent if found.
Definition at line 146 of file ffpriv_ss_abnormal.c. References ffstring_compare(), ffstring_create(), ffstring_delete(), ffstring_equals(), ss_list, and SS_LIST_LEN. Referenced by ffpriv_genitive_stem(), and main(). |