unload_foreign_resource/1
[hookable]unload_foreign_resource(
:Resource)
Unload the foreign resource Resource from Prolog. Relies on the
hook predicates foreign_resource/2
and foreign/[2,3]
.
The foreign resource to be unloaded. The file extension can be omitted.
Errors in the specification of foreign/[2,3]
and foreign_resource/2
.
load_foreign_resource/1
,
foreign_resource/2
,
foreign/[2,3]
,
Foreign Resources,
Calling C from Prolog.