Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ffcase.c File Reference

The implementation for the ff_case_name function defined in ffcase.h. More...

#include "ffcase.h"

Go to the source code of this file.

Functions

ffcharff_case_name (ffcase thecase)
 Returns a pointer to the name of the given case.

Variables

static ffcharcasenames [14]


Detailed Description

The implementation for the ff_case_name function defined in ffcase.h.

Definition in file ffcase.c.


Function Documentation

ffchar* ff_case_name ffcase  thecase  ) 
 

Returns a pointer to the name of the given case.

Parameters:
thecase The case whose name you want
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().


Variable Documentation

ffchar* casenames[14] [static]
 

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().


Generated on Thu Jun 2 23:16:59 2005 for FinFlect by  doxygen 1.4.2