1RKSTOREYOMI(3) Library Functions Manual RKSTOREYOMI(3)
2
3
4
6 RkStoreYomi - change the reading of the current clause, reconverting
7 the subsequent clauses
8
10 #include <canna/RK.h>
11 int RkStoreYomi(cxnum, yomi, maxyomi)
12 int cxnum;
13 unsigned char *yomi;
14 int maxyomi;
15
17 RkStoreYomi changes the reading of the current clause to a specified
18 reading, reconverting the subsequent clauses. It changes the reading
19 yomi with a length of maxyomi bytes. The value of maxyomi must be
20 adjusted to character boundaries in the EUC code.
21
23 This function returns the number of clauses after the change.
24
25
26
27 RKSTOREYOMI(3)