Mercurial > freewnn
view Wnn/manual/3.libwnn/jl_lib/set_env_wnnrc @ 2:b605a0e60f5b
- reverted jdata.h
- fixed the bug which occurred on changing length of bunsetsu.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 13 Dec 2007 17:42:01 +0900 |
parents | bbc77ca4def5 |
children |
line wrap: on
line source
JL_SET_ENV_WNNRC( ) UNIX Programmer's Manual JL_SET_ENV_WNNRC( ) 名称 jl_set_env_wnnrc() wnnrc を見てのパラメータの設定。 形式 #include "jllib.h" jl_set_env_wnnrc(env, wnnrc_n, error_handler, message_handler) struct wnn_env *env; /* 環境 */ char *wnnrc_n; /* wnnrcファイル名 */ int (*error_handler)(); /* エラー・ハンドラ */ int (*message_handler)(); /* メッセージ・ハンドラ */ 機能 wnnrc_n ファイルの設定を環境 env に対して行なう。 jl_open 参 照。 リターンバリュー 正常終了時には 0 を返す。 異常終了時には -1 を返す。 Printed 1/22/92 20 September 1991 1