18 lines
220 B
C
18 lines
220 B
C
#ifndef __SJ4IME_H__
|
|
#define __SJ4IME_H__
|
|
|
|
#include <sj4lib.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct sj4ime Sj4Ime;
|
|
|
|
Sj4Ime* sj4_ime(int charset, const char* dict);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|