asrm_unset_exclusive()

Remove a module's exclusive setting.

Synopsis:

#include "asr/asrm.h"
 
void asrm_unset_exclusive(asr_module_hdl_t *mod)

Arguments:

mod

A pointer to the module handle.

Library:

libasr

Description:

The asrm_unset_exclusive() function removes the exclusive setting of the specified module.

Returns:

Nothing.