| 323 | */ |
| 324 | |
| 325 | GMT_LOCAL const char *gmtapi_method (unsigned int M) { |
| 326 | if (M < GMT_IS_DUPLICATE) return (GMT_method[M]); |
| 327 | if (M == GMT_IS_DUPLICATE) return (GMT_method[3]); |
| 328 | if (M == GMT_IS_REFERENCE) return (GMT_method[4]); |
| 329 | return NULL; |
| 330 | } |
| 331 | |
| 332 | GMT_LOCAL void gmtapi_get_record_init (struct GMTAPI_CTRL *API); /* See prototype elsewhere */ |
| 333 |
no outgoing calls
no test coverage detected