dlsym ( name dll -- alien )
Factor handbook » C library interface » DLL handles

Prev:dlopen ( path -- dll )
Next:dlclose ( dll -- )


Vocabulary
alien.libraries

Inputs
namea C symbol name
dlla DLL handle


Outputs
alienan alien or f


Word description
Looks up a symbol in a native library. If dll is f looks for the symbol in the runtime executable. If the symbol was not found, outputs f.

Definition