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

FreeBSD Manual Pages

  
 
  

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

NAME
       RkCloseRoma  / RkwCloseRoma - close the dictionary used for Romaji-kana
       conversion

SYNOPSIS
       #include	<canna/RK.h>
       RkCloseRoma(romaji)
       struct RkRxDic *romaji;
       RkwCloseRoma(romaji)
       struct RkRxDic *romaji;

DESCRIPTION
       Romaji-kana conversion is effected by using  a  Romaji-kana  conversion
       table created by	mkromdic(1).  RkCloseRoma closes this Romaji-kana con-
       version table.  romaji specifies	the pointer to the Romaji-kana conver-
       sion table returned by RkOpenRoma(3).

       RkwCloseRoma  is	the similar function of	RkCloseRoma.  This is provided
       just because of naming convention.

SEE ALSO
       RkOpenRoma(3)

							     RkCloseContext(3)

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

home | help