This commit is contained in:
Nishi 2026-06-29 20:11:20 +09:00
commit ee9d020dfb
11 changed files with 166 additions and 11 deletions

View file

@ -1,6 +1,8 @@
#ifndef __SJ4IME_H__
#define __SJ4IME_H__
#include <sj4charset.h>
#ifdef __cplusplus
extern "C" {
#endif
@ -8,6 +10,7 @@ extern "C" {
typedef struct sj4ime Sj4Ime;
Sj4Ime* sj4_ime(int charset, const char* dict);
void sj4_ime_key(Sj4Ime* ime, int key);
#ifdef __cplusplus
}