Dynamically loads library and its symbols
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name |
Name of library to load |
||
type(string), | intent(in) | :: | symbol_names(:) |
Names of functions to load |
||
type(c_ptr), | intent(out) | :: | handle |
Loaded handle |
||
type(c_funptr), | intent(out) | :: | symbols(:) |
Function pointers |
Error code