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