1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 09:38:28 +03:00
mal/c/interop.h

7 lines
99 B
C

#ifndef __MAL_INTEROP__
#define __MAL_INTEROP__
MalVal *invoke_native(MalVal *call_data);
#endif