9 lines
100 B
C
9 lines
100 B
C
#ifndef QJS_FFI_H
|
|
#define QJS_FFI_H
|
|
|
|
#include "cell.h"
|
|
|
|
JSValue js_ffi_use(JSContext *ctx);
|
|
|
|
#endif
|