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

Function gmtparse_get_api_ptr

src/gmt_parse.c:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71#define return_value(API,err,val) { gmtlib_report_error(API,err); return (val);}
72
73static inline struct GMTAPI_CTRL *gmtparse_get_api_ptr (struct GMTAPI_CTRL *ptr) {return (ptr);}
74
75/* Local functions */
76

Callers 12

GMT_List_ArgsFunction · 0.85
GMT_Create_OptionsFunction · 0.85
GMT_Destroy_OptionsFunction · 0.85
GMT_Duplicate_OptionsFunction · 0.85
GMT_Free_OptionFunction · 0.85
GMT_Create_ArgsFunction · 0.85
GMT_Destroy_ArgsFunction · 0.85
GMT_Create_CmdFunction · 0.85
GMT_Destroy_CmdFunction · 0.85
GMT_Make_OptionFunction · 0.85
GMT_Delete_OptionFunction · 0.85
GMT_Parse_CommonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected