#include "fftypes.h"
Go to the source code of this file.
| Typedefs | |
| typedef enum ffcase | ffcase | 
| The case constants. | |
| typedef enum ffcount | ffcount | 
| The case enum. | |
| Enumerations | |
| enum | ffcase { FFCASE_NOMINATIVE = 1000, FFCASE_PARTITIVE, FFCASE_GENITIVE, FFCASE_ESSIVE, FFCASE_TRANSLATIVE, FFCASE_INESSIVE, FFCASE_ELATIVE, FFCASE_ILLATIVE, FFCASE_ADESSIVE, FFCASE_ABLATIVE, FFCASE_ALLATIVE, FFCASE_ABESSIVE, FFCASE_COMITATIVE, FFCASE_INSTRUCTIVE } | 
| The case constants.  More... | |
| enum | ffcount { FFCOUNT_SINGULAR = 1, FFCOUNT_PLURAL = 2 } | 
| The case enum.  More... | |
| Functions | |
| ffchar * | ff_case_name (ffcase thecase) | 
| Returns a pointer to the name of the given case. | |
Definition in file ffcase.h.
| 
 | 
| The case constants. 
 | 
| 
 | 
| The case enum. 
 | 
| 
 | 
| 
 | 
| The case enum. 
 | 
| 
 | 
| 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(). | 
 1.4.1
 1.4.1