9 lines
123 B
C
9 lines
123 B
C
#ifndef QJS_STAEF_H
|
|
#define QJS_STAEF_H
|
|
|
|
#include "quickjs.h"
|
|
|
|
JSValue js_staef_use(JSContext *js);
|
|
|
|
#endif // QJS_STAEF_H
|