JS_ENV_STICKY(3) | Library Functions Manual | JS_ENV_STICKY(3) |
js_env_sticky() 環境をスティッキーにする。 js_env_un_sticky() 環境をスティッキーにしない。
#include "jslib.h" int js_env_sticky(env) struct wnn_env *env; int js_env_un_sticky(env) struct wnn_env *env;
js_env_un_sticky は、環境 env を、スティッキーにしない。
正常終了時には、0 を返す。 異常終了時には、-1 を返す。
20 September 1991 |