-
How to call these functions from Fusion? |
Beta Was this translation helpful? Give feedback.
Answered by
pfusik
Sep 25, 2023
Replies: 1 comment
-
The code inside int i = 42;
native { my_c_function(&i); } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code inside
native
block is in the target language. If you are transpiling to C, type C code: