13 lines
205 B
C
13 lines
205 B
C
#ifndef QJS_WOTA_H
|
|
#define QJS_WOTA_H
|
|
|
|
#include "cell.h"
|
|
#include "wota.h"
|
|
|
|
JSValue js_wota_use(JSContext*);
|
|
|
|
void *value2wota(JSContext*, JSValue, JSValue);
|
|
JSValue wota2value(JSContext*, void*);
|
|
|
|
#endif
|