8 lines
111 B
C
8 lines
111 B
C
#ifndef QJS_QOP_H
|
|
#define QJS_QOP_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_qop_use(JSContext *js);
|
|
|
|
#endif // QJS_QOP_H
|