Header And Logo

PostgreSQL
| The world's most advanced open source database.

stem_UTF_8_french.h

Go to the documentation of this file.
00001 
00002 /* This file was generated automatically by the Snowball to ANSI C compiler */
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 extern struct SN_env * french_UTF_8_create_env(void);
00009 extern void french_UTF_8_close_env(struct SN_env * z);
00010 
00011 extern int french_UTF_8_stem(struct SN_env * z);
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016