/** * chewing.h * * Copyright (c) 2004 * libchewing Core Team. See ChangeLog for details. * * See the file "COPYING" for information on usage and redistribution * of this file. */ #ifndef _CHEWING_CORE_ #define _CHEWING_CORE_ #ifdef __cplusplus extern "C" { #endif #include "char.h" #include "chewingio.h" #include "chewingutil.h" #include "dict.h" #include "global.h" #include "hash.h" #include "userphrase.h" #include "zuin.h" #include "hanyupinying.h" /* statistics symbol reported by chewing */ extern int chewing_lifetime; #ifdef __cplusplus } #endif #endif