1RKXFER(3) Library Functions Manual RKXFER(3)
2
3
4
6 RkXfer - change the current candidate
7
9 #include <canna/RK.h>
10 int RkXfer(cxnum, knum)
11 int cxnum;
12 int knum;
13
15 RkXfer sets the candidate with a specified candidate number knum as the
16 current candidate. The candidate number must be 0 or greater but less
17 than the highest candidate number in the current clause. The current
18 clause does not change when a candidate number outside this range is
19 specified.
20
22 If successful, this function moves the current candidate in the context
23 and returns the candidate number after the move. It returns 0, without
24 doing anything, if it has been run in a nonconversion mode context.
25
26
27
28 RKXFER(3)