#include "ffcase.h"
Go to the source code of this file.
Functions | |
| ffchar * | ff_case_name (ffcase thecase) |
| Returns a pointer to the name of the given case. | |
Variables | |
| static ffchar * | casenames [14] |
Definition in file ffcase.c.
|
|
Returns a pointer to the name of the given case.
Definition at line 49 of file ffcase.c. References casenames, and FFCASE_NOMINATIVE. Referenced by main(). |
|
|
Initial value: {
"nominative",
"partitive",
"genitive",
"essive",
"translative",
"inessive",
"elative",
"illative",
"adessive",
"ablative",
"allative",
"abessive",
"comitative",
"instructive"
}
Definition at line 32 of file ffcase.c. Referenced by ff_case_name(). |
1.4.2