9 lines
86 B
C
9 lines
86 B
C
#ifndef FFI_H
|
|
#define FFI_H
|
|
|
|
#include "cell.h"
|
|
|
|
void ffi_load(JSContext *js);
|
|
|
|
#endif
|