janet-d ~master (2021-01-24T18:32:40Z)
Dub
Repo
makeJanetCFunc
janet
func
Wraps around a function, allowing it to be called in Janet.
JanetDFunction
makeJanetCFunc
()
template
makeJanetCFunc
(alias func)
JanetDFunction
makeJanetCFunc
(
)
template
makeJanetCFunc
(alias func, T)
Members
Aliases
JanetDFunction
alias
JanetDFunction
=
SetFunctionAttributes
!(
JanetCFunction
,
"C"
,
functionAttributes
!
func
)
Undocumented in source.
Functions
makeJanetCFunc
JanetDFunction
makeJanetCFunc
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
ourJanetFunc
Janet
ourJanetFunc
(int argc, Janet* argv)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
janet
func
functions
bar
callJanet
foo
registerFunctionWithJanet
templates
makeJanetCFunc
Wraps around a function, allowing it to be called in Janet.