Some checks failed
Build and Deploy / package-dist (push) Blocked by required conditions
Build and Deploy / deploy-itch (push) Blocked by required conditions
Build and Deploy / deploy-gitea (push) Blocked by required conditions
Build and Deploy / build-linux (push) Successful in 1m15s
Build and Deploy / build-windows (CLANG64) (push) Failing after 11m46s
9 lines
138 B
C
9 lines
138 B
C
#ifndef FFI_H
|
|
#define FFI_H
|
|
|
|
#include <quickjs.h>
|
|
void ffi_load(JSContext *js);
|
|
int js_print_exception(JSContext *js, JSValue v);
|
|
|
|
#endif
|