1RKGETKANJI(3) Library Functions Manual RKGETKANJI(3)
2
3
4
6 RkGetKanji - get the current candidate for the current clause
7
9 #include <canna/RK.h>
10 int RkGetkanji(cxnum, kanji, maxkanji)
11 int cxnum;
12 unsigned char *kanji;
13 int maxkanji;
14
16 RkGetKanji sets kanji in the area kanji. The resulting character
17 string is truncated when its byte length exceeds maxkanji -1.
18
20 This function returns the length of the current candidate, or returns
21 -1, without doing anything, if it has been run in a nonconversion mode
22 context.
23
24
25
26 RKGETKANJI(3)