Handbook
Glossary
<c-function> ( return-type name args -- c-function )
Vocabulary
libclang
Inputs
return-type
an
object
name
an
object
args
an
object
Outputs
c-function
an
object
Definition
USING:
accessors
kernel
;
IN:
libclang
:
<c-function>
( return-type name args -- c-function )
c-function
new
swap
>>args
swap
>>name
swap
>>return-type
clang-state>
next-defs-counter
>>order
;