8 lines
99 B
C
8 lines
99 B
C
#ifndef QJS_JS_H
|
|
#define QJS_JS_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_js_use(JSContext *ctx);
|
|
|
|
#endif |