js_disconnect() サーバとの間のコネクションを切る。
#include "jslib.h" int js_disconnect(env) struct wnn_env *env; /* 環境 */
正常終了時には、0 を返す。 env で示される環境がない場合、-1 を返す。