Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
RKSTOREYOMI(3)		   Library Functions Manual		RKSTOREYOMI(3)

NAME
       RkStoreYomi  -  change  the reading of the current clause, reconverting
       the subsequent clauses

SYNOPSIS
       #include	<canna/RK.h>
       int RkStoreYomi(cxnum, yomi, maxyomi)
       int cxnum;
       unsigned	char *yomi;
       int maxyomi;

DESCRIPTION
       RkStoreYomi changes the reading of the current clause  to  a  specified
       reading,	 reconverting  the subsequent clauses.	It changes the reading
       yomi with a length of maxyomi bytes.  The value of maxyomi must be  ad-
       justed to character boundaries in the EUC code.

RETURN VALUE
       This function returns the number	of clauses after the change.

								RKSTOREYOMI(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=RkStoreYomi&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help