Files
cell/source/qjs_nota.h
John Alanbrook 847a3ef314
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
threading
2025-03-10 22:49:48 -05:00

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