All checks were successful
Build and Deploy / build-linux (push) Successful in 1m15s
Build and Deploy / build-windows (CLANG64) (push) Successful in 9m2s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
9 lines
96 B
C
9 lines
96 B
C
#ifndef QJS_QR_H
|
|
#define QJS_QR_H
|
|
|
|
#include "quickjs.h"
|
|
|
|
JSValue js_qr_use(JSContext*);
|
|
|
|
#endif
|