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

RkOpenRoma - open the dictionary to use for Romaji-kana conversion

Description

       Romaji-kana  conversion  is  effected  by  using  a  Romaji-kana conversion table created by mkromdic(1).
       RkOpenRoma opens this Romaji-kana conversion table.  filename  names  the  Romaji-kana  conversion  table
       file.

Name

RkOpenRoma - open the dictionary to use for Romaji-kana conversion

Return Value

       This  function  returns a pointer to the Romaji-kana conversion table if it has successfully been opened;
       otherwise, it returns NULL.  This pointer must be passed to the Romaji-kana conversion functions.

See Also

RkCloseRoma(3), mkromdic(1)

                                                                                                   RKOPENROMA(3)

Synopsis

#include<canna/RK.h>structRkRxDicRkOpenRoma(filename)char*filename;

See Also