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.
instantiation_error
type_error
existence_error
load_foreign_resource/1
,
foreign_resource/2
,
foreign/[2,3]
,
Foreign Resources,
Calling C from Prolog.