8 lines
75 B
C
8 lines
75 B
C
|
#ifndef FFI_H
|
||
|
#define FFI_H
|
||
|
|
||
|
#include "duktape.h"
|
||
|
|
||
|
void ffi_load();
|
||
|
|
||
|
#endif
|