This repository has been archived by the owner on Nov 24, 2024. It is now read-only.
Other syntax to call ccode. #43
ClientCrash
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
@ClientCrash We have made |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think this syntax could be better if this feature is added. unsafe:
... # your unsafe C-Code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If i understand it correctly, your wrap your c function calls in this way :
Ccode printf("Hello World!"); Ccode
I recommend a more practical and/or beautiful solution :
Ccode { printf("Hello World"); }
Beta Was this translation helpful? Give feedback.
All reactions