Replies: 1 comment
-
As I understand it, &keys and &named are only convenience handlers for janet language functions - a C function is just going to get an argv array of whatever is passed to it, in order; for example, in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the docs, it explained that you can create a C function with several APIs it mentioned.
But, it doesn't cover how to handle kvargs like in https://janet-lang.org/docs/functions.html#Keyword-style-arguments.
Perhaps I'm missing something, let me know.
Beta Was this translation helpful? Give feedback.
All reactions