Files
cell/source/jsffi.h

8 lines
160 B
C

#ifndef FFI_H
#define FFI_H
#include <quickjs.h>
void ffi_load(JSContext *js, int argc, char **argv);
int js_print_exception(JSContext *js, JSValue v);
#endif