1RKREMOUNTDIC(3) Library Functions Manual RKREMOUNTDIC(3)
2
3
4
6 RkRemountDic - modify the priority order of a dictionary already in the
7 dictionary list
8
10 #include <canna/RK.h>
11 int RkRemountDic(cxnum, dicname, pos)
12 int cxnum;
13 char *dicname;
14 int pos;
15
17 RkRemountDic modifies the priority order of A dictionary already in the
18 dictionary list. It moves a dictionary already mounted in the dictio‐
19 nary list to the end of the list if pos is 0, otherwise, to the begin‐
20 ning of the list.
21
23 This function returns 0 if successful; otherwise, it returns -1.
24
26 RkMountDic[24m(3)
27
28
29
30 RKREMOUNTDIC(3)