Poster of Linux kernelThe best gift for a Linux geek
RKGOTO

RKGOTO

Section: C Library Functions (3)
Local index Up
 

NAME

RkGoTo - change the current clause  

SYNOPSIS

#include <canna/RK.h>
int RkGoTo(cxnum, bnum)
int cxnum;
int bnum;
 

DESCRIPTION

RkGoTo sets the clause with the specified clause number bnum as the current clause. The clause number must be 0 or greater but less than the last clause number. The current clause does not change when a clause number outside this range is specified.  

RETURN VALUE

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 21:54:07 GMT, April 16, 2011