9 lines
105 B
C
9 lines
105 B
C
#ifndef QJS_TEXT_H
|
|
#define QJS_TEXT_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_text_use(JSContext *js);
|
|
|
|
#endif
|