Some checks failed
Build and Deploy / package-dist (push) Blocked by required conditions
Build and Deploy / deploy-itch (push) Blocked by required conditions
Build and Deploy / deploy-gitea (push) Blocked by required conditions
Build and Deploy / build-linux (push) Failing after 55s
Build and Deploy / build-windows (CLANG64) (push) Failing after 10m50s
12 lines
181 B
C
12 lines
181 B
C
#ifndef QJS_NOTA_H
|
|
#define QJS_NOTA_H
|
|
|
|
#include "quickjs.h"
|
|
|
|
JSValue js_nota_use(JSContext*);
|
|
|
|
void *value2nota(JSContext*, JSValue);
|
|
JSValue nota2value(JSContext*, void*);
|
|
|
|
#endif
|