Files
cell/source/qjs_ffi.h
2025-06-23 04:57:05 -05:00

9 lines
100 B
C

#ifndef QJS_FFI_H
#define QJS_FFI_H
#include "cell.h"
JSValue js_ffi_use(JSContext *ctx);
#endif