#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