logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RkResize - change the reading length of the current clause to len bytes

Description

RkResize  changes  the reading length of the current clause to len bytes and reconverts the right part of
       the current clause.  The value of len must be adjusted to character boundaries  in  the  EUC  code.   The
       analysis  result  of  the  reconverted  clause is destroyed because of the reading length change, but the
       analysis result of any other clause does not change.  The current clause does not change either.

Name

RkResize - change the reading length of the current clause to len bytes

Return Value

       This function returns the number of clauses after the change.

                                                                                                     RKRESIZE(3)

Synopsis

#include<canna/RK.h>intRkResize(cxnum,len)intcxnum;intlen;

See Also