12 lines
178 B
C
12 lines
178 B
C
#ifndef QJS_NOTA_H
|
|
#define QJS_NOTA_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_nota_use(JSContext*);
|
|
|
|
void *value2nota(JSContext*, JSValue);
|
|
JSValue nota2value(JSContext*, void*);
|
|
|
|
#endif
|