1RKNFER(3) Library Functions Manual RKNFER(3)
23
4
NAME
6RkNfer - set a reading itself as the current candidate
7
SYNOPSIS
9#include <canna/RK.h>
10int RkNfer(cxnum)
11int cxnum;
12
DESCRIPTION
14RkNfer sets a reading itself as the current candidate.
15
RETURN VALUE
17If successful, this function moves the current candidate in the context
18and returns the current candidate number after the move. It returns 0,
19without doing anything, if it has been run in a nonconversion mode con‐
20text.
2122
23
24
RKNFER(3)