1RKSHORTEN(3) Library Functions Manual RKSHORTEN(3)
23
4
NAME
6RkShorten - shorten the reading of the current clause
7
SYNOPSIS
9#include <canna/RK.h>
10int RkShorten(cxnum)
11int cxnum;
12
DESCRIPTION
14RkShorten shortens the reading of the current clause. It does nothing
15when the reading length is reduced to 0.
16
RETURN VALUE
18This function returns the number of clauses after the change.
1920
21
22
RKSHORTEN(3)