1RKNEXT(3) Library Functions Manual RKNEXT(3)
2
3
4
6 RkNext - set the next candidate as the current candidate
7
9 #include <canna/RK.h>
10 int RkNext(cxnum)
11 int cxnum;
12
14 RkNext sets the next candidate as the current candidate or, if the cur‐
15 rent candidate is the last candidate, moves to the first candidate.
16
18 If successful, this function moves the current candidate in the context
19 and returns the current candidate number after the move. It returns 0,
20 without doing anything, if it has been run in a nonconversion mode con‐
21 text.
22
23
24
25 RKNEXT(3)