logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

RkXfer - change the current candidate

Description

RkXfer sets the candidate with a specified candidate number knum as the current candidate.  The candidate
       number  must  be  0  or  greater  but  less than the highest candidate number in the current clause.  The
       current clause does not change when a candidate number outside this range is specified.

Name

RkXfer - change the current candidate

Return Value

       If successful, this function moves the current candidate in the context and returns the candidate  number
       after  the  move.   It  returns  0,  without  doing  anything, if it has been run in a nonconversion mode
       context.

                                                                                                       RKXFER(3)

Synopsis

#include<canna/RK.h>intRkXfer(cxnum,knum)intcxnum;intknum;

See Also