#ifndef QJS_QR_H #define QJS_QR_H #include "quickjs.h" JSValue js_qr_use(JSContext*); #endif