FreeBSD Manual Pages
RKOPENROMA(3) Library Functions Manual RKOPENROMA(3) NAME RkOpenRoma - open the dictionary to use for Romaji-kana conversion SYNOPSIS #include _canna/RK.h_ struct RkRxDic RkOpenRoma(filename) char *filename; DESCRIPTION Romaji-kana conversion is effected by using a Romaji-kana conversion table created by mkromdic(1). RkOpenRoma opens this Romaji-kana con- version table. filename names the Romaji-kana conversion table file. 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)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=RkOpenRoma&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>