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

RkCloseRoma , RkwCloseRoma - close the dictionary used for Romaji-kana conversion

Description

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

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

Name

RkCloseRoma , RkwCloseRoma - close the dictionary used for Romaji-kana conversion

See Also

RkOpenRoma(3)

                                                                                               RkCloseContext(3)

Synopsis

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

See Also