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

RkInitialize - initialize the kana-kanji conversion functions

Description

RkInitialize initiates the kana-kanji conversion functions.  dhdpath names the dictionary home directory.

       Because  this  library  permits  multiple  kana-kanji  conversions  to  proceed concurrently, it uses the
       conversion context method of control  to  manage  the  kana-kanji  conversions.   Each  context  contains
       internal data needed to perform a kana-kanji conversion.

       Users  identify the conversion contexts from one another by their context number.  A context number is an
       integer of 0 or greater and is used as the first parameter of the kana-kanji conversion function.

       Right after the kana-kanji conversion functions  are  initialized  by  RkInitialize,  only  the  standard
       context with context number 0 exists.  Applications using only one context can use the standard context.

Name

RkInitialize - initialize the kana-kanji conversion functions

Return Value

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

See Also

RkFinalize(3)

                                                                                                 RKINITIALIZE(3)

Synopsis

#include<canna/RK.h>intRkInitialize(dhdpath)char*dhdpath;

See Also