Files
cell/source/qjs_js.h

8 lines
96 B
C

#ifndef QJS_JS_H
#define QJS_JS_H
#include "cell.h"
JSValue js_js_use(JSContext *ctx);
#endif