Mercurial > freewnn
view Wnn/manual/3.libwnn/js_lib/file_read @ 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
JS_FILE_READ( ) UNIX Programmer's Manual JS_FILE_READ( ) 名称 js_file_read() サーバ側のファイルをロードする。 形式 #include "jslib.h" int js_file_read(env,fn) struct wnn_env *env; /* 環境 */ char *fn; /* ファイル名 */ 機能 サーバマシン上のファイル fn をロードする。既にサーバ中に同じ ファイルがある場合はなにもしない。 リターンバリュー 戻り値としてファイルIDを返す。 異常終了時には、-1 を返す。 Printed 1/22/92 20 September 1991 1