caller-linkage ( params -- symbol dll/f )


Vocabulary
compiler.cfg.builder.alien

Inputs
paramsan alien-node-params


Outputs
symbola string
dll/fa dll or f


Word description
This word gets the name and library to use when linking to a function in a dynamically loaded dll. It is assumed that the library exports the undecorated name, regardless of calling convention.

Definition