Mercurial > freewnn
view Wnn/manual/3.libwnn/js_lib/file_send @ 3:ed4bb01eb317
- suppress warnings.
- partially fixed comparison between pointer and 0.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 13 Dec 2007 19:53:14 +0900 |
parents | bbc77ca4def5 |
children |
line wrap: on
line source
JS_FILE_SEND( ) UNIX Programmer's Manual JS_FILE_SEND( ) 名称 js_file_send() クライアント側のファイルをアップロードする。 形式 #include "jslib.h" int js_file_send(env,fn) struct wnn_env *env; /* 環境 */ char *fn; /* ファイル名 */ 機能 クライアントマシン上のファイル fn をサーバにアップロードする。 既にサーバ中に同じファイルがある場合はなにもしない。ファイル 名の最大文字数は、 100 文字である。 リターンバリュー 戻り値としてファイルIDを返す。 異常終了時には、-1 を返す。 Printed 1/22/92 20 September 1991 1