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,5 +1,5 @@
#ifndef __SJ_CHARSET_H__
#define __SJ_CHARSET_H__
#ifndef __SJ4CHARSET_H__
#define __SJ4CHARSET_H__
#include <sj_types.h>

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
}

View file

@ -1,7 +1,7 @@
#ifndef __SJ4LIB_H__
#define __SJ4LIB_H__
#include <sj_charset.h>
#include <sj4charset.h>
#include <wchar.h>
/* increase this as needed... */