asrm_next_module()

Find the next module.

Synopsis:

#include "asr/asrm.h"
 
asr_module_hdl_t* asrm_next_module(asr_module_hdl_t *module)

Arguments:

module

A pointer to the module handle.

Library:

libasr

Description:

The asrm_next_module() function returns the module pointed to by the specifed module's "next" pointer.

Returns:

On success, a pointer to the handle for the module following the specified module; otherwise, a pointer to the module list.