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

RkMountDic - mount a dictionary in the dictionary list

Description

RkMountDic  mounts a dictionary in the dictionary list.  The dictionary name is got with RkGetDicList(3).
       RkMountDic appends the named dictionary to the dictionary list.  The dictionary thus mounted can be  used
       from the next run of kana-kanji conversion.  mode is meaningless at this moment.

       The dictionary to be mounted must not have already been mounted in the present context.

Name

RkMountDic - mount a dictionary in the dictionary list

Return Value

       This function returns 0 if successful; otherwise, it returns -1.

See Also

RkUnmountDic(3)

                                                                                                   RKMOUNTDIC(3)

Synopsis

#include<canna/RK.h>intRkMountDic(cxnum,dicname,mode)intcxnum;char*dicname;intmode;

See Also