ref: ede0f888ced2b7334e23a6a6ccf21c149712c116 dir: /jsrun.h/
#ifndef js_run_h #define js_run_h void jsR_error(js_State *J, const char *fmt, ...); void jsR_runfunction(js_State *J, js_Function *F); #endif