mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef __MAL_INTEROP__
|
|
#define __MAL_INTEROP__
|
|
|
|
MalVal *invoke_native(MalVal *call_data);
|
|
|
|
#endif
|