JS_WORD_INFO(3) | Library Functions Manual | JS_WORD_INFO(3) |
js_word_info() 辞書引きを行う。
#include "jslib.h" int js_word_info(env,dic_no,entry,ret) struct wnn_env *env; /* 環境 */ int dic_no; /* 辞書番号 */ int entry; /* エントリ番号 */ struct wnn_ret_buf *ret;
正常終了時には、0 を返す。 異常終了時には、-1 を返す。
20 September 1991 |