9 lines
102 B
C
9 lines
102 B
C
#ifndef QJS_WOTA_H
|
|
#define QJS_WOTA_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_wota_use(JSContext*);
|
|
|
|
#endif
|