MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / gmtapi_get_module_func

Function gmtapi_get_module_func

src/gmt_api.c:12796–12798  ·  view source on GitHub ↗

! . */

Source from the content-addressed store, hash-verified

12794
12795/*! . */
12796GMT_LOCAL void * gmtapi_get_module_func (struct GMTAPI_CTRL *API, const char *module, unsigned int lib_no) {
12797 return (gmtapi_get_shared_module_func (API, module, lib_no));
12798}
12799
12800/*! . */
12801int GMT_Call_Module (void *V_API, const char *module, int mode, void *args) {

Callers 1

GMT_Call_ModuleFunction · 0.85

Calls 1

Tested by

no test coverage detected