check-dlsym ( symbol library/f -- )


Vocabulary
compiler.cfg.builder.alien

Inputs
symbola string
library/fa library or f


Outputs
None

Word description
Checks that a symbol with the given name exists in the given library. Adds an error to the linkage-errors hash if not.

Definition