DragonFly On-Line Manual Pages
RKMOUNTDIC(3) DragonFly Library Functions Manual RKMOUNTDIC(3)
NAME
RRkkMMoouunnttDDiicc - mount a dictionary in the dictionary list
SYNOPSIS
##iinncclluuddee <<ccaannnnaa//RRKK..hh>>
iinntt RRkkMMoouunnttDDiicc((ccxxnnuumm,, ddiiccnnaammee,, mmooddee))
iinntt ccxxnnuumm;;
cchhaarr **ddiiccnnaammee;;
iinntt mmooddee;;
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.
RETURN VALUE
This function returns 00 if successful; otherwise, it returns --11.
SEE ALSO
RRkkUUnnmmoouunnttDDiicc(3)
RKMOUNTDIC(3)