asrm_find_module()

Find the specified module.

Synopsis:

#include "asr/asrm.h"
 
asr_module_hdl_t* asrm_find_module(const char *module_name)

Arguments:

module_name

The name of the module to find.

Library:

libasr

Description:

The asrm_find_module() function returns the module handle of the named module.

Returns:

A pointer to the module handle; NULL if the module can't be found.